weAllowOddWidth
layout weAllowOddWidth boolean { t | nil }
Description
Enables the Create Wire command to create wires with odd width, such as 0.27. When set to nil, a wire with an even width is created. The default is t.
GUI Equivalent
Examples
envGetVal("layout" "weAllowOddWidth")
envSetVal("layout" "weAllowOddWidth" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top