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
|
ID of the cellview for which the net name filter settings are cleared. |
Value Returned
|
The net name filter settings were cleared for the specified cellview ID. |
|
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
Return to top