autoTerminate
layout autoTerminate boolean { t | nil }
Description
When t, and creating a wire, the wire will automatically terminate when you create a vertex on an existing object with the same net name. The default is nil.
GUI Equivalent
|
Create – Wiring – Wire/Bus/Stranded Wire Window – Assistant – Wire Assistant – Interactive – Create Wire |
|
Examples
envGetVal("layout" "autoTerminate")
envSetVal("layout" "autoTerminate" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top