ignoreValidJogs
layoutXL.wspCheck ignoreValidJogs boolean { t | nil }
Description
Ignores jogs that are defined in the allowedWidthRanges constraint for the layer in the jog direction before checking. The default value is nil.
GUI Equivalent
|
Ignore Valid Jogs ( WSP | SP Active ) |
Examples
envGetVal("layoutXL.wspCheck" "ignoreValidJogs")
envSetVal("layoutXL.wspCheck" "ignoreValidJogs" 'boolean t)
envSetVal("layoutXL.wspCheck" "ignoreValidJogs" 'boolean nil)
Related Topics
WSP | SP Active Checker Environment Variables
Checking WSP | SP Active Using Batch Checker
Return to top