foldEnforceWidthMatch
layoutXL foldEnforceWidthMatch boolean { t | nil }
Description
Generates the device folds with the same total width as that of the corresponding schematic device.
The default is nil, which allows the folds to be generated but triggers a message warning about the total fold width being different from that of the corresponding schematic device.
GUI Equivalent
Examples
envGetVal("layoutXL" "foldEnforceWidthMatch")
envSetVal("layoutXL" "foldEnforceWidthMatch" 'boolean t)
envSetVal("layoutXL" "foldEnforceWidthMatch" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top