spacingMode
layoutXL.floorplan spacingMode cyclic { "Auto" | "Custom" }
Description
Sets the pin spacing mode to either Auto or Custom.
-
Auto: The Pin Optimizer automatically calculates the pin spacing value for all layers based on the width values of pins in each layer. This is the default value. -
Custom: Lets you manually set the pin spacing values for each layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "spacingMode")
envSetVal("layoutXL.floorplan" "spacingMode" 'cyclic "Custom")
Related Topics
Return to top