pinSpacingType
layoutXL.floorplan pinSpacingType cyclic { "Center-Center" | "Edge-Edge" }
Description
Specifies the points to which the spacing value is to be applied. The available options are:
-
Center-Center:Applies the spacing value between the centers of adjacent pins. This is the default value. -
Edge-Edge:Applies the spacing value between the adjoining edges of adjacent pins.
GUI Equivalent
|
Plan – Pin Planning – Pin Tool – Place – Pin Spacing (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "pinSpacingType")
envSetVal("layoutXL.floorplan" "pinSpacingType" 'cyclic "Edge-Edge")
Related Topics
Applying Uniform Pin Spacing Using the Pin Tool
Return to top