setup_viaStackOption
APR.chip.custom setup_viaStackOption cyclic { "Off" | "Any overlap" | "Exact" }
Description
Specifies the mode for inter-layer via stacking.
-
Off: Indicates that via stacking is disabled. -
Any overlap: Indicates that vias are stacked with both centered and de-centered overlaps. -
Exact: Indicates that vias are only stacked center-to-center.
The default value is Any overlap.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "setup_viaStackOption")
envSetVal("APR.chip.custom" "setup_viaStackOption" 'cyclic "Off")
envSetVal("APR.chip.custom" "setup_viaStackOption" 'cyclic "Exact")
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top