netNameDisplaySkipLayers
graphic netNameDisplaySkipLayers string "layerName"
Description
Specifies the name of the layers for which the net name is not displayed.
The default is "", which means that by default, no filter list is available.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplaySkipLayers")
envSetVal("graphic" "netNameDisplaySkipLayers" 'string "ndiff pdiff")
envSetVal("graphic" "netNameDisplaySkipLayers" 'string "")
Related Topics
Return to top