weStrandedColorMode
layout weStrandedColorMode cyclic { "optimized" | "uniform" }
Description
Controls the color mode for the Create Stranded Wire command.
-
optimizedthe control wire acquires the same mask color as that specified for the active layer in the Palette. The other stranded wires acquire the following coloring pattern:-
The stranded wires above the control wire acquire the mask color as
maskColor(controlWire)+1,maskColor(contorlWire)+2, and so on. This pattern continues until the highest mask color available for the selected layer-purpose pair is assigned to the stranded wire. The pattern is then repeated starting at the mask color of control wire. -
The stranded wires below the control wire acquire the mask color as
maskColor(controlWire)-1,maskColor(contorlWire)-2, and so on. If the control wire has the lowest available mask color assigned to it, then the stranded wires below the control wire are colored starting with the highest mask color available for the layer on which the stranded wire is being placed. The pattern is then repeated for the remaining stranded wires.
-
The stranded wires above the control wire acquire the mask color as
-
uniformassigns the same mask color as that of the control wire to all stranded wires. The mask color assigned to the control wire and other stranded wires is the same as the active layer in the Palette.
GUI Equivalent
|
Create – Wiring – Stranded Wire– Create Stranded Wire context-sensitive menu |
|
Examples
envGetVal("we" "weStrandedColorMode")
envSetVal("we" "weStrandedColorMode" 'cyclic "uniform")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Interactive Coloring for Create Stranded Wire
Return to top