route_nets
APR.chip.custom route_nets cyclic { "All" | "Selected" | "Open" | "Shorted" }
Description
Specifies whether to route all nets, selected nets, or nets with opens or shorts.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "route_nets")
envSetVal("APR.chip.custom" "route_nets" 'cyclic "Open")
envSetVal("APR.chip.custom" "route_nets" 'cyclic "Shorted")
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top