checkOffGridEditedWires
we checkOffGridEditedWires boolean { t | nil }
Description
Verifies whether the wire being edited using the Stretch command ends on an appropriately colored track. As a result, the Stretch command might prevent wires to be edited to avoid color shorts. The default is nil.
GUI Equivalent
Examples
envGetVal("we" "checkOffGridEditedWires")
envSetVal("we" "checkOffGridEditedWires" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top