pinFromLabelSetPinLayers
layoutXL.floorplan pinFromLabelSetPinLayers cyclic { "Same as Shape LPP" | "Same Layer. Custom Purpose" | "Custom LPP" }
Description
Specifies the layers on which pins are to be created using the Create Pin from Label command. The available options are:
-
Same as Shape LPP: Creates the pin on the same layer-purpose pair as the overlapping shape. This is the default value. -
Same Layer Custom Purpose: Uses the same layer as the overlapping shape, but lets you specify the purpose. UsepinFromLabelSetCustomPurposeto specify the purpose. -
Custom LPP: Lets you specify the layer-purpose pair on which pins must be created. UsepinFromLabelSetCustomLPPto specify the LPP.
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" "pinFromLabelSetPinLayers")
envSetVal("layoutXL.floorplan" "pinFromLabelSetPinLayers" 'cyclic "Same Layer. Custom Purpose")
envSetVal("layoutXL.floorplan" "pinFromLabelSetPinLayers" 'cyclic "Custom LPP")
Related Topics
Updating Pin Labels and Text Displays
Return to top