dbLogPcellWarnings
cdba dbLogPcellWarnings boolean { t | nil }
Description
Redirects warning messages generated during Pcell evaluation to the Pcell error log file.
The default is nil, which means that only the error messages are redirected to the Pcell error log file. When set to t, warning messages are also redirected to the Pcell error log file.
GUI Equivalent
Examples
envGetVal("cdba" "dbLogPcellWarnings")
envSetVal("cdba" "dbLogPcellWarnings" 'boolean t)
Related Topics
Copying the Current Cellview to a New Session Window
Return to top