widthForPinGrid
layoutXL.floorplan widthForPinGrid cyclic { "minPinWidth" | "techMinWidth" }
Description
Specifies whether the width of the pin grid should be calculated from the value of the width of the smallest pin on a layer or should be picked from the technology file. The valid values are:
-
minPinWidth: Specifies the width of the smallest pin on a layer. This is the default value. -
techMinWidth: Specifies the minimum pin width specified in the technology file.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
|
Pin Spacing – Advanced Options – Width of the Smallest Pin /Min Width from Technology File |
Examples
envGetVal("layoutXL.floorplan" "widthForPinGrid")
envSetVal("layoutXL.floorplan" "widthForPinGrid" 'cyclic “techMinWidth”)
Related Topics
Pin Spacing Advanced Options Form
Return to top