deletePinSelection
layoutXL.floorplan deletePinSelection cyclic { "Auto Created" | "All" }
Description
Deletes the existing pins in the layout canvas before generating new ones to avoid creating pins over existing pins. The valid values are:
-
Auto Created: Deletes only those pins and associated metal shapes that were generated automatically by using the Auto-Create Pins tool. This is the default value. -
All: Deletes all pins in the current cellview.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Auto-Create Pins Plan – Pin Planning – Pin Tool – Create – Auto-Create Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "deletePinSelection")
envSetVal("layoutXL.floorplan" "deletePinSelection" 'cyclic "All")
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top