infoWindow
layoutXL infoWindow boolean { t | nil }
Description
Controls where messages issued by the Check Against Source, Update Layout Parameters, and Update Schematic Parameters commands are displayed. When set to t, messages are displayed in a separate Info window. When set to nil, messages are sent to the CIW.
GUI Equivalent
Examples
envGetVal("layoutXL" "infoWindow")
envSetVal("layoutXL" "infoWindow" 'boolean t)
envSetVal("layoutXL" "infoWindow" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top