checkDuplicateObjects
layoutXL checkDuplicateObjects boolean { t | nil }
Description
Checks and reports duplicate instances, shapes, and vias in the layout cellview.
GUI Equivalent
|
Report – Duplicate objects (Update Binding Form) |
Examples
envGetVal("layoutXL" "checkDuplicateObjects")
envSetVal("layoutXL" "checkDuplicateObjects" 'boolean t)
envSetVal("layoutXL" "checkDuplicateObjects" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top