createViaAlwaysUsesDefinedCalcMode
layout createViaAlwaysUsesDefinedCalcMode boolean { t | nil}
Description
Lets the via engine use the calculation mode defined in the Layout Editor Options form for creating vias.
The default is nil.The via engine uses pre-defined values for creating vias in Single, Stack, or Auto mode.
GUI Equivalent
Examples
envGetVal("layout" "createViaAlwaysUsesDefinedCalcMode")
envSetVal("layout" "createViaAlwaysUsesDefinedCalcMode" 'boolean t)
Related Topics
Return to top