pinFromLabelSelectInstLabel
layoutXL.floorplan pinFromLabelSelectInstLabel boolean { t | nil }
Description
Specifies whether instance labels or labels present at level-1 are to be selected based on the pinFromLabelSelectMode setting.
-
If
pinFromLabelSelectModeis set toCellview, all top-level and level-1 labels in the current cellview are considered as target labels. -
If
pinFromLabelSelectModeis set toSelected, all top-level and level-1 labels in the selected instances are considered as target labels.
The default value is nil, in which case the pinFromLabelSelectMode setting is ignored.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Create Pins From Label Plan – Pin Planning – Pin Tool – Create – Create Pin From Label (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "pinFromLabelSelectInstLabel")
envSetVal("layoutXL.floorplan" "pinFromLabelSelectInstLabel" 'boolean t)
Related Topics
Updating Pin Labels and Text Displays
Return to top