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