chainPartitionByCompType
layoutXL chainPartitionByCompType { t | nil }
Description
Controls whether chaining partitions devices by component type and so only attempts to abut devices with the same component type. The default is nil.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainPartitionByCompType")
envSetVal("layoutXL" "chainPartitionByCompType" 'boolean t)
envSetVal("layoutXL" "chainPartitionByCompType" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top