casMarkerTypeLimit
layoutXL casMarkerTypeLimit int integer
Description
Limits the number of markers created for each type of difference reported after a Check Against Source (CAS) run.
For example, if the CAS marker type limit is set to 5000, and the Check Against Source run identifies parameter differences between the schematic and the layout, not more than 5000 parameter differences are reported in the CAS tab.
GUI Equivalent
Examples
envGetVal("layoutXL" "casMarkerTypeLimit")
envSetVal("layoutXL" "casMarkerTypeLimit" 'int 5000)
envSetVal("layoutXL" "casMarkerTypeLimit" 'int 2500)
Related Topics
List of Layout XL Environment Variables
Return to top