pinFromLabelSetShapeLayer
layoutXL.floorplan pinFromLabelSetShapeLayer cyclic { "Metal or Poly Layer" | "Same Label Layer" }
Description
Specifies the layer property used to filter search results before creating pins using the Create Pin from Label command. The available options are:
-
Metal or Poly Layer: Filters pin shapes that are present only on metal and poly layers. This is the default value. -
Same Label Layer: Filters pin shapes that are present on the same layer as the labels.
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" "pinFromLabelSetShapeLayer")
envSetVal("layoutXL.floorplan" "pinFromLabelSetShapeLayer" 'cyclic "Same Label Layer")
Related Topics
Updating Pin Labels and Text Displays
Return to top