setup_pinFit
APR.chip.custom setup_pinFit cyclic { "Off" | "Overlap pin" | "Within pin" | "Center" }
Description
Specifies the via placement style over the pins.
-
OffIndicates that placement over the pins is disabled. -
Overlap pinvias can freely overlap with pin boundaries. -
Within pinoverlapping vias must fit entirely within pin boundaries. -
Centerthe centers of overlapping vias must be within pin boundaries.
The default value is Overlap pin.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "setup_pinFit")
envSetVal("APR.chip.custom" "setup_pinFit" 'cyclic "Off")
envSetVal("APR.chip.custom" "setup_pinFit" 'cyclic "Within pin")
envSetVal("APR.chip.custom" "setup_pinFit" 'cyclic "Center")
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top