netNameDisplaySkipVias
graphic netNameDisplaySkipVias boolean { t | nil }
Description
Prevents the net name labels from being displayed on vias.
The default is nil, which means by default, net name labels are displayed on vias.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplaySkipVias")
envSetVal("graphic" "netNameDisplaySkipVias" 'boolean t)
Related Topics
Return to top