gatherAndSpreadSpacing
layout gatherAndSpreadSpacing cyclic { "largest" | "smallest" }
Description
Controls the spacing used when spreading or gathering a bus. The default is smallest.
You can set this environment variable as follows:
leSetEnv("gatherAndSpreadSpacing" "largest")
GUI Equivalent
|
Create – Wiring – Bus – Create Bus context-sensitive menu – Use Spacing |
|
Examples
envGetVal("layout" "gatherAndSpreadSpacing")
envSetVal("layout" "gatherAndSpreadSpacing" 'cyclic "largest")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top