boundaryMultipleMode
layoutXL.floorplan boundaryMultipleMode cyclic { "Top Layer" | "Use Layer" }
Description
Specifies the layers on which boundary pins are to be created. The valid values are:
-
Top Layer: Creates multiple boundary pins on the highest metal layer. -
User Layer: Lets you specify the layers on which boundary pins are to be created.
The default value is Top Layer.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Auto-Create Pins Plan – Pin Planning – Pin Tool – Create – Auto-Create Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "boundaryMultipleMode")
envSetVal("layoutXL.floorplan" "boundaryMultipleMode" 'cyclic "Use Layer")
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top