geSaveProbeNetFilter
geSaveProbeNetFilter (
d_cellview
)
=> t / nil
Description
Saves the probe net filtering settings that are currently applied on the given cellview after the geSetProbeNetFilter function is called. After you call the geSaveProbeNetFilter, the settings are reloaded automatically when you open the cellview in a new Virtuoso session.
This function can be used only if the cellview is editable.
Arguments
Value Returned
Examples
Saves the probe net filtering settings, where probe highlights for VDD and VSS nets are not shown.
window = hiGetCurrentWindow()
cellView = geGetEditCellView(window)
geSetProbeNetFilter(cellView "Hide" list("VDD" "VSS"))
geSaveProbeNetFilter(cellView)
Related Topics
Return to top