21.11.15 save_log
(Ask a Question)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
Parameter | Type | Description |
---|---|---|
file | string | Specifies absolute or relative path and the name of the log file. |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | None |
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}