enableDynamicPatternSwitching
we enableDynamicPatternSwitching boolean { t | nil }
Description
Specifies the default state of dynamic pattern switching. When dynamic pattern switching is enabled, it lets you cross region-to-global, global-to-region, and region-to-region boundary without manually setting active pattern. The default is t.
GUI Equivalent
|
Create – Wiring – Wire – Create Single Wire context-sensitive menu – Use Width Spacing Pattern |
|
Examples
envGetVal("we" "enableDynamicPatternSwitching")
envSetVal("we" "enableDynamicPatternSwitching" 'boolean t)
envSetVal("we" "enableDynamicPatternSwitching" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Supporting Width Spacing Patterns
Switching Patterns Dynamically
Return to top