chainDummyUpdate
layoutXL chainDummyUpdate boolean { t | nil }
Description
Controls whether dummy devices can be changed during chaining.
The default is t, which means the dummy devices can change during chaining. When set to nil, the dummy devices are not changed in any way during chaining and there are no mirror, permute, or connectivity updates.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainDummyUpdate")
envSetVal("layoutXL" "chainDummyUpdate" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top