chainAllowSingleBulk
layoutXL chainAllowSingleBulk boolean { t | nil }
Description
Specifies whether instances with a single bulk or with different bulk connections can be chained. When both the environment variables, chainUseDeviceOrder and chainAllowSingleBulk, are set to t, chaining is updated to abut devices with only a single bulk.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainAllowSingleBulk")
envSetVal("layoutXL" "chainAllowSingleBulk" 'boolean t)
envSetVal("layoutXL" "chainAllowSingleBulk" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top