processBatchViolations
layoutXL processBatchViolations boolean { t | nil }
Description
Controls whether or not the XL fixer engines, such as auto-permute, auto-mirror, auto-spacing, and auto-abutment, should process the violations during batch extraction.
Note:GUI Equivalent
|
Process all violations during batch extraction (Connectivity Form) |
Examples
envGetVal("layoutXL" "processBatchViolations")
envSetVal("layoutXL" "processBatchViolations" 'boolean t)
envSetVal("layoutXL" "processBatchViolations" 'boolean nil)
Related Topics
Return to top