route_generateShield
APR.chip.custom route_generateShield boolean { t | nil }
Description
Controls the generation of shielding wires during routing. When set to t, the shielding wires are automatically generated. For this, the shielding constraint should be available.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "route_generateShield")
envSetVal("APR.chip.custom" "route_generateShield" 'boolean t)
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top