viaPreventDRCWithNeighbors
layout viaPreventDRCWithNeighbors boolean { t | nil}
Description
Prevents the creation of auto via if it introduces DRC violations with neighboring shapes. Auto via is created even if DRC violations are introduced with the neighboring shapes when the default value nil is used.
When set to t, auto via is not created if DRC violations are introduced with neighboring shapes.
GUI Equivalent
Examples
envGetVal("layout" "viaPreventDRCWithNeighbors")
envSetVal("layout" "viaPreventDRCWithNeighbors" 'boolean t)
Related Topics
Return to top