check_displayLog
APR.chip.custom check_displayLog boolean { t | nil }
Description
Controls the display of the checker log window once the checks are run. When set to nil, the log window is not displayed.
GUI Equivalent
Examples
envGetVal("APR.chip.custom" "check_displayLog")
envSetVal("APR.chip.custom" "check_displayLog" 'boolean nil)
Related Topics
Chip Assembly Routing Flow Environment Variables
Routing Assistant User Interface for Chip Assembly Routing Flow
Return to top