Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

d_cellview

Database ID of the cellview.

Value Returned

t

The net name filtering is saved.

nil

The net name filtering is not saved.

Examples

window = hiGetCurrentWindow()
cellView = geGetEditCellView(window)
geSetNetNameDisplayFilter(cellView "Hide" list("VDD" "VSS"))
geSaveNetNameDisplayFilter(cellView)

Related Topics

Edit and Display Functions

geSetNetNameDisplayFilter


Return to top
 ⠀
X