setup_checkDRCsAfterRouting
APR.chip.custom setup_checkDRCsAfterRouting boolean { t | nil }
Description
Specifies whether to automatically run design rule checks before routing. When set to t, the design rule checks are run automatically using the settings in the DRD Options form.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "setup_checkDRCsAfterRouting")
envSetVal("APR.chip.custom" "setup_checkDRCsAfterRouting" 'boolean nil)
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top