viaFillEnclosureOverlap
we viaFillEnclosureOverlap cyclic { "no" | "yes" | "sameAsCreateVia" }
Description
Controls how vias are generated in the interactive routing commands, such as Create Wire, Stretch, Create Bus, and Create Stranded Wire.
-
nodoes not extend the via enclosure to cover the complete overlap area between the two wires. -
yesextends the via enclosure. -
sameAsCreateViaextends or does not extend the via enclosure depending on the value of theviaFillEnclosureOverlapenvironment variable.
GUI Equivalent
Examples
envGetVal("we" "viaFillEnclosureOverlap")
envSetVal("we" "viaFillEnclosureOverlap" 'cyclic "sameAsCreateVia")
envSetVal("we" "viaFillEnclosureOverlap" 'cyclic "yes")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top