unfoldUseLayoutWidths
layoutXL unfoldUseLayoutWidths boolean { t | nil }
Description
Unfolds a folded device to the total layout width.
The default value is nil, which means the device is folded back to the width of the schematic instance.
GUI Equivalent
Examples
envGetVal("layoutXL" "unfoldUseLayoutWidths")
envSetVal("layoutXL" "unfoldUseLayoutWidths" 'boolean t)
envSetVal("layoutXL" "unfoldUseLayoutWidths" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top