createBusAllowsMultiLayerSelection
we createBusAllowsMultiLayerSelection boolean { t | nil }
Description
When set to t, lets you select pathsegs, pins, and instance pins on different metal layers, thereby enabling multi-layer bus feature. The default is nil.
You can also enable the multi-layer bus feature by selecting Multi-Layer Bus Selection option from the Create Bus context-sensitive menu.
GUI Equivalent
Examples
envGetVal("we" "createBusAllowsMultiLayerSelection")
envSetVal("we" "createBusAllowsMultiLayerSelection" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top