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
|
When |
Value Returned
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
Return to top