closeSchWindow
layoutXL closeSchWindow boolean { t | nil }
Description
If the layout is opened first in Layout XL or a higher tier and the schematic window is automatically opened, the schematic window will be automatically closed when the layout window is closed. If the schematic is opened first and then a window is launched for Virtuoso Layout XL or higher tier from the schematic, the schematic window is not automatically closed when the layout window is closed.
GUI Equivalent
|
Close schematic when exiting layout |
Examples
envGetVal("layoutXL" "closeSchWindow")
envSetVal("layoutXL" "closeSchWindow" 'boolean t)
envSetVal("layoutXL" "closeSchWindow" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top