viaCheckDRC
layout viaCheckDRC boolean { t | nil }
Description
Creates DRC clean vias for routed wires with neighboring shapes. The default is nil. In this case, the different solutions to create vias are not considered and results in DRC violations.

When the variable is set to t, the different solutions to create vias are considered and prevent DRC violations.

GUI Equivalent
Examples
envGetVal("layout" "viaCheckDRC")
envSetVal("layout" "viaCheckDRC" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top