casMarkers
layoutXL casMarkers boolean { t | nil }
Description
Opens the CAS workspace with the Annotation Browser CAS TAB marker categories displayed, which reports the markers from a Check Against Source run.
When set to nil, the mismatches identified between the schematic and the layout during a Check Against Source run are displayed in an information window.
GUI Equivalent
Examples
envGetVal("layoutXL" "casMarkers")
envSetVal("layoutXL" "casMarkers" 'boolean t)
envSetVal("layoutXL" "casMarkers" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top