netsOn
layout netsOn boolean { t | nil }
graphic netsOn boolean { t | nil }
Description
Verifies if the nets are highlighted or not. Enabling netsOn can affect the redraw performance.
The layout default is nil, the graphic default is t.
GUI Equivalent
Examples
envGetVal("layout" "netsOn")
envSetVal("layout" "netsOn" 'boolean t)
envGetVal("graphic" "netsOn")
envSetVal("graphic" "netsOn" 'boolean nil)
Related Topics
Return to top