useMergeBusAndWire
layout useMergeBusAndWire boolean { t | nil }
Description
When set to t, lets you select multiple pins and when you start the create wire command it switches to create bus automatically. However, when this variable is set to nil and you start the create wire command, only a single wire is created. The default is nil.
GUI Equivalent
Examples
envGetVal("layout" "useMergeBusAndWire")
envSetVal("layout" "useMergeBusAndWire" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top