autoDisableProbeDuringIARouting
layoutXL autoDisableProbeDuringIARouting boolean { t | nil }
Description
Disables the probe nets feature in interactive and assisted routing commands, such as Create Wire, Create Bus, Guided Routing, and Point to Point, automatically. The default is t and the Probe Nets check box is deselected.
If the Probe Nets check box is explicitly selected or deselected in the displayed form t when one of the interactive or assisted routing command is run, automatic disabling of probe nets is no longer valid. This means that the value specified for the Probe Nets check box is used.
GUI Equivalent
|
Create – Wiring – Wire/Bus/Stranded Wire/Point to Point Routing |
|
Examples
envGetVal("layoutXL" "autoDisableProbeDuringIARouting")
envSetVal("layoutXL" "autoDisableProbeDuringIARouting" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top