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

geGetProbeNetFilter

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

Description

Returns the net filtering settings of the Highlight Options form currently in use for the given cellview.

Arguments

d_cellview

Database ID of the cellview.

g_fromDesign

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

Value Returned

l_filterSettings

The net filtering settings of the Highlight Options form.

nil

The net name filtering settings were not found.

Examples

In the following example, only net1 is specified to be filtered in the Highlight Options form.

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

Related Topics

Probe Functions


Return to top
 ⠀
X