viaComputeFromMode
layout viaComputeFromMode cyclic { "Row/Col" | "Width/Height" | "Shape(s)" | "Drawn Area" }
Description
Lets you create auto vias at the intersection of shapes in the Single and Stack modes. In the Single and Stack modes: You can select a Via Definition and specify the Row and Column Spacing, Width and Height, Shape(s) or, Drawn Area for the via. In the Stack mode, you can also specify the Start Layer and the End Layer of the via stack. So you can pre-define the viaDefs that will be used for each stacked via.
GUI Equivalent
Examples
envGetVal("layout" "viaComputeFromMode")
envSetVal("layout" "viaComputeFromMode" 'cyclic "Drawn Area")
Related Topics
viaConnectivityMode
layout.ava viaConnectivityMode cyclic { "OnSameNet" | "Ignored" }
Description
Specifies whether to check for connectivity on the same net while creating vias.
GUI Equivalent
Examples
envGetVal("layout.ava" "viaConnectivityMode")
envSetVal("layout.ava" "viaConnectivityMode" 'cyclic "Ignored")
Related Topics
Return to top