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

geGetNetNameDisplayFilter

geGetNetNameDisplayFilter( 
d_cellview 
[ g_fromDesign ]
)
=> l_filterSettings / nil 

Description

Returns the net name filtering settings currently in use for the given cellview.

Arguments

d_cellview

Database ID of the cellview.

g_fromDesign

When t, it returns the net name filtering settings that are currently saved in the design.

Value Returned

l_filterSettings

The net name filtering settings.

nil

The net name filtering settings were not found.

Examples

Returns the net name filtering settings currently in use.

window = hiGetCurrentWindow()
cellView = geGetEditCellView(window)
netNameFilters = geGetNetNameDisplayFilter(cellView)
netNameFilters 
(nil mode "Hide" netNames ("VDD" "VSS"))
netNameFilters->mode
"Hide"
netNameFilters->netNames
("VDD" "VSS")

Related Topics

Edit and Display Functions


Return to top
 ⠀
X