chainDummyAbutment
layoutXL chainDummyAbutment boolean { t | nil }
Description
Controls if the post process to combine distinct chains into one chain by abutting on the dummy pins is performed. This post process applies if all devices support event 5.
The default is t. To prevent this post process, set environment variable to nil.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainDummyAbutment")
envSetVal("layoutXL" "chainDummyAbutment" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top