route_overwriteLog
APR.chip.custom route_overwriteLog boolean { t | nil }
Description
Specifies whether to overwrite or keep the existing log file. When set to t, the existing log is overwritten.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "route_overwriteLog")
envSetVal("APR.chip.custom" "route_overwriteLog" 'boolean t)
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top