geSaveNetNameDisplayFilter
geSaveNetNameDisplayFilter(d_cellview) =>t/ nil
Description
Saves the net name filtering settings that are currently applied on the given cellview after the geSetNetNameDisplayFilter function is called. After you call geSaveNetNameDisplayFilter, the settings will be reloaded automatically when you open the cellview in a new Virtuoso session.
You can use this function only if the cellview is editable.
Arguments
Value Returned
Examples
window = hiGetCurrentWindow()
cellView = geGetEditCellView(window)
geSetNetNameDisplayFilter(cellView "Hide" list("VDD" "VSS"))
geSaveNetNameDisplayFilter(cellView)
Related Topics
Return to top