autoTap
layout autoTap boolean {t | nil}
Description
Controls whether a design-tap occurs on the first entry point (t) or not (nil), when you use the Create – Wire command. When auto tap is on, the current entry layer will seed the form and update attributes of the wire you create based on the first point you enter. The tap command does not seed the Net Name field of the Create Wire form the layout editor. The Net Name field is seeded in Virtuoso XL. The default is t.
GUI Equivalent
Examples
envGetVal("layout" "autoTap")
envSetVal("layout" "autoTap" 'boolean nil)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top