netNameDisplayFilter
graphic netNameDisplayFilter boolean { t | nil }
Description
Controls the selective display of net name labels. This means depending on the filter mode selected, the specified nets have their name labels either shown or hidden in the layout canvas.
The default is nil, which means all nets have their labels displayed.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplayFilter")
envSetVal("graphic" "netNameDisplayFilter" 'boolean t)
Related Topics
Return to top