weStrandedLadderAtTurn
layout weStrandedLadderAtTurn cyclic { "always" | "none" | "switchLayer" }
Description
Controls the creation of ladder at the bend when creating a stranded wire. The default is always.
This environment variable can take three values:
-
alwayscreates a ladder at the turn, as shown in the following figure.

-
nonedoes not create a ladder at the turn.

-
switchLayercreates a ladder only when switching between layers.

GUI Equivalent
Examples
envGetVal("we" "weStrandedLadderAtTurn")
envSetVal("we" "weStrandedLadderAtTurn" 'cyclic "none")
envSetVal("we" "weStrandedLadderAtTurn" 'cyclic "switchLayer")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top