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

geClearNetNameDisplayFilter

geClearNetNameDisplayFilter(
d_cellviewID 
)
=> t / nil

Description

If the specified cellview is editable, clears the net name filter setting currently saved for the cellview.

Arguments

d_cellviewID

ID of the cellview for which the net name filter settings are cleared.

Value Returned

t

The net name filter settings were cleared for the specified cellview ID.

nil

The command failed.

Examples

Clears the filter applied to hide nets VDD and VSS.

window = hiGetCurrentWindow()
cellView = geGetEditCellView(window)
geSetNetNameDisplayFilter(cellView "Hide" list("VDD*" "VSS*"))
geSaveNetNameDisplayFilter(cellView)
geGetNetNameDisplayFilter(cellview t)
geClearNetNameDisplayFilter(cellview)
geGetNetNameDisplayFilter(cellview t)

Related Topics

Edit and Display Functions


Return to top
 ⠀
X