weAutoTwigTrunkViaMode
we weAutoTwigTrunkViaMode cyclic { "oneViaPerTwig" | "oneViaForTrunk" | "oneViaIfViolations" }
Description
Selects one of the following methods to control how many vias are dropped on the trunk when twigs are generated.
-
oneViaPerTwig: Creates one via for each twig segment. -
oneViaForTrunk: Creates a single via connecting multiple twig segments at the same time. This is useful to avoid spacing violations when the twig segments are close and creating one via per twig generates spacing issues between vias. -
oneViaIfViolations: Creates either one via per twig or one via for the trunk depending on the spacing violations between the vias.
GUI Equivalent
Examples
envGetVal("we" "weAutoTwigTrunkViaMode")
envSetVal("we" "weAutoTwigTrunkViaMode" 'cyclic "oneViaForTrunk")
Related Topics
Connecting Twigs Automatically
Return to top