9.20.2 How do I export a report?
You can export three reports from the Device Debug GUI: Device Status, Client Detailed Status from the NVM, or the Compare Client Content report from the NVM. Each of those reports can be saved and printed.
If using a Tcl command, you can use the
–file <filename> option for the
following commands:For example, you can use the following command to export the content of the client 'datastore1'
in NVM block 0 to the report file datastore1_content.txt: read_flash_memory –block 0
–client “datastore1” –file {C:\temp\datastore1_content.txt}.
