pinFromLabelSelectMode
layoutXL.floorplan pinFromLabelSelectMode cyclic { "Cellview" | "Selected" }
Description
Specifies the scope of selection of pin labels while running the Create Pin from Label command:
-
Cellview: Considers all top-level and level-1 pin labels in the current cellview. This is the default value. -
Selected: Considers only the selected top-level and level-1 labels in the current cellview.
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" "pinFromLabelSelectMode")
envSetVal("layoutXL.floorplan" "pinFromLabelSelectMode" 'cyclic "Selected")
Related Topics
Updating Pin Labels and Text Displays
Return to top