deleteUnmatchedInsts
layoutXL deleteUnmatchedInsts boolean { t | nil }
Description
Automatically deletes layout instances that are no longer present in the schematic during the Update Components And Nets command.
The default is nil, which means unmatched instances are not deleted when updating components and nets, but are instead indicated with a marker in the layout view.
GUI Equivalent
|
Delete Unmatched Instances (Update Components and Nets Form) |
Examples
envGetVal("layoutXL" "deleteUnmatchedInsts")
envSetVal("layoutXL" "deleteUnmatchedInsts" 'boolean t)
envSetVal("layoutXL" "deleteUnmatchedInsts" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top