21.11.15 save_log

Description

This Tcl command saves your FlashPro or FlashPro Express log file. Equivalent to clicking the Project menu, and choosing Export Log File.

save_log -file {absolute or relative path of log file}

Arguments

ParameterTypeDescription
filestringSpecifies absolute or relative path and the name of the log file.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneNone

Supported Families

PolarFire®
SmartFusion® 2

Example

The following example saves the log file with the name 'my_logfile.log':

save_log -file {my_logfile.log}