keepWiresConnected
layout keepWiresConnected cyclic { "all" | "spine" | "none" }
Description
Specifies whether to keep pathSegs and vias connected when using the Stretch command. In the layout editor, wires remain connected if the end points meet correctly. In the XL layout editor, wires remain connected even if end points do not meet completely.
-
allmaintains pathSeg-to-pathSeg and pathSeg-to-via connections during stretch. -
spinemaintains only spine pathSeg connections during stretch. -
nonethe connections are not maintained.
GUI Equivalent
Examples
envGetVal("layout" "keepWiresConnected")
envSetVal("layout" "keepWiresConnected" 'cyclic "spine")
envSetVal("layout" "keepWiresConnected" 'cyclic "none")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Using Keep Wires Connected to Split Command
Return to top