snapWireGrid
layout snapWireGrid cyclic { "Manufacturing Grid" | "Routing Grid" | "Off grid" | "Track Pattern" | "Snap Pattern" }
Description
Controls the snapping of wires to a grid while using the interactive wire editing and assisted routing commands. The default is Manufacturing Grid.
GUI Equivalent
Examples
envGetVal("layout" "snapWireGrid")
envSetVal("layout" "snapWireGrid" 'cyclic "Routing Grid")
envSetVal("layout" "snapWireGrid" 'cyclic "Off grid")
envSetVal("layout" "snapWireGrid" 'cyclic "Track Pattern")
envSetVal("layout" "snapWireGrid" 'cyclic "Snap Pattern")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top