pinOffsetEdge
layoutXL.floorplan pinOffsetEdge cyclic { "Left" | "Right" | "Top" | "Bottom" }
Description
Specifies that the selected pins are to be placed in the layout at the specified offset distance from the specified edge.
-
Left: Places the selected pins at the specified offset from the left edge. This is the default value. For non-edge pins that are given an offset from the left edge, the spacing can only be set to Horizontally. -
Right: Places the selected pins at the specified offset from the right edge. For non-edge pins that are given an offset from the right edge, the spacing can only be set to Horizontally. -
Top: Places the selected pins at the specified offset from the top edge. For non-edge pins that are given an offset from the top edge, the spacing can only be set to Vertically. -
Bottom: Places the selected pins at the specified offset from the bottom edge. For non-edge pins, the spacing can only be set to Vertically.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "pinOffsetEdge")
envSetVal("layoutXL.floorplan" "pinOffsetEdge" 'cyclic "Bottom")
Related Topics
Applying Uniform Pin Spacing Using the Pin Tool
Return to top