netBasedSelectionReverse
layout netBasedSelectionReverse boolean { t | nil }
graphic netBasedSelectionReverse boolean { t | nil }
Description
Determines whether all assigned shapes, vias, and instances with a net other than that specified in the text field can be selected.
GUI Equivalent
Examples
envGetVal("layout" "netBasedSelectionReverse")
envSetVal("layout" "netBasedSelectionReverse" 'boolean t)
envGetVal("graphic" "netBasedSelectionReverse")
envSetVal("graphic" "netBasedSelectionReverse" 'boolean t)
Related Topics
Ways to Select Shapes Based on Nets
Return to top