viaCutColorMode
we viaCutColorMode cyclic { "off" | "on" | "pseudo" }
Description
Lets you cycle the color of each cut when a via is inserted during the Create Wire, Create Bus, and Create Stranded Wire commands.
-
off: disables cut coloring, which means that the same color is used for each cut when a via is inserted. -
on: enables cut coloring and cycles the color of each cut when a via is inserted. -
pseudo: considers cut coloring in internal interactive routing data structures while applying routing constraints but does not write out cut coloring in interactive routing commands.
GUI Equivalent
Examples
envGetVal("we" "viaCutColorMode")
envSetVal("we" "viaCutColorMode" 'cyclic "on")
envSetVal("we" "viaCutColorMode" 'cyclic "psuedo")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top