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