spacingConstraint
layoutXL.floorplan spacingConstraint cyclic { "Horizontally" | "Vertically" }
Description
Specifies the direction in which spacing is to be applied for non-edge pins.
-
Horizontally: Applies the spacing value in the horizontal direction. This is the default value. -
Vertically: Applies the spacing value in the vertical direction.
This setting is valid only when allowNonEdgePins is set to t.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "spacingConstraint")
envSetVal("layoutXL.floorplan" "spacingConstraint" 'cyclic "Vertically")
Related Topics
Return to top