weAutoWidthModeAfterVias
layout weAutoWidthModeAfterVias boolean { t | nil }
Description
Controls if the width mode should automatically change after dropping a via or if it should preserve the width mode set before dropping the via. The default is nil, which means that the width mode before the via drop is preserved.
GUI Equivalent
Examples
envGetVal("layout" " weAutoWidthModeAfterVias ")
envSetVal("layout" " weAutoWidthModeAfterVias " 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top