pinSnapModeSnapPins
layoutXL.floorplan pinSnapModeSnapPins cyclic { "Snap To Boundary And Track" | "Snap To Track" }
Description
Allows you to choose the pin snapping mode. The available options are:
-
Snap To Boundary And Track:Snaps pins to the PR boundary and to the nearest WSP track. This option can be run on all pins, selected pins, or pins within a certain offset from the PR boundary. This is the default value. -
Snap To Track:Snaps pins to the nearest WSP track without snapping them to the PR boundary.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "pinSnapModeSnapPins")
envSetVal("layoutXL.floorplan" "pinSnapModeSnapPins" 'cyclic "Snap To Track")
Related Topics
Return to top