layerTapPickWireVia
layout layerTapPickWireVia boolean { t | nil }
Description
The default behavior when tapping on a via is, if there is an existing segment connected to one layer of the via (or stack of vias) the intend wire is tap from the unoccupied layer of the via. This option can be used to disable the default behavior causing the Choose Object to Tap form to open. The default is nil.
GUI Equivalent
Examples
envGetVal("layout" "layerTapPickWireVia")
envSetVal("layout" "layerTapPickWireVia" 'boolean t)
envSetVal("layout" "layerTapPickWireVia" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top