weKeepSelectViaOrder
layout weKeepSelectViaOrder boolean { t | nil }
Description
Displays vias in the Select Via form in the same order as they are defined in the validVias section of the technology file. When set to t, the order is not maintained and the more frequently selected vias are displayed at the top of the list in the Select Via form. The default is nil.
GUI Equivalent
Examples
envGetVal("layout" "weKeepSelectViaOrder")
envSetVal("layout" "weKeepSelectViaOrder" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top