casInfoWindow
layoutXL casInfoWindow boolean { t | nil }
Description
Prints the Check Against Source report in a separate Info window.
The default is nil, which means the schematic versus layout differences are reported in the form of markers generated in the CAS tab of the Annotation Browser assistant.
GUI Equivalent
|
Connectivity – Check – Against Source (Check Against Source Form) |
|
Examples
envGetVal("layoutXL" "casInfoWindow")
envSetVal("layoutXL" "casInfoWindow" 'boolean t)
envSetVal("layoutXL" "casInfoWindow" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top