pcLogFileOpenMode
pinCheck pcLogFileOpenMode cyclic { "append" | "overwrite" }
Description
Stores the pin checker logs in the log file.
-
append: Appends the new pin checking results in the log file. This is the default. -
overwrite: Adds the latest pin checking result in the log file and removes the previous pin checking results from the log file.
GUI Equivalent
Examples
envGetVal("pinCheck" "pcLogFilePath")
envSetVal("pinCheck" "pcLogFilePath" 'cyclic "overwrite")
Related Topics
Return to top