pinFromLabelSetPinSize
layoutXL.floorplan pinFromLabelSetPinSize cyclic { "Auto" | "Whole Shape" | "Custom" }
Description
Specifies the size of the pins created using the Create Pin from Label command. The available options are:
-
Auto: Creates square pins inside the shape with the smaller dimension (width, height) set as the pin side. This is the default value. -
Whole Shape: Creates pins of the same shape as the labels. -
Custom: Lets you specify the size of the pins usingpinFromLabelPinSizeXandpinFromLabelPinSizeY.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Create Pins From Label Plan – Pin Planning – Pin Tool – Create – Create Pins From Label (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "pinFromLabelSetPinSize")
envSetVal("layoutXL.floorplan" "pinFromLabelSetPinSize" 'cyclic "Whole Shape")
envSetVal("layoutXL.floorplan" "pinFromLabelSetPinSize" 'cyclic "Custom")
Related Topics
Updating Pin Labels and Text Displays
Return to top