pinSizeSelection
layoutXL.floorplan pinSizeSelection cyclic { "Auto" | "Whole Shape" }
Description
Specifies the size of the pins that are to be created by the Auto-Create Pins tool. The valid values are:
-
Auto: Creates square pins. This is the default value. -
Whole Shape: Creates pins of the same shape as the corresponding net shapes.
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" "pinSizeSelection")
envSetVal("layoutXL.floorplan" "pinSizeSelection" 'cyclic "Whole Shape")
Related Topics
Return to top