qed::write_object_reports_to_file (::quartus::qed)

The following table displays information for the qed::write_object_reports_to_file Tcl command:

Tcl Package and Version

Belongs to ::quartus::qed 1.0

Syntax qed::write_object_reports_to_file [-h | -help] [-long_help] [-append] -file <output file name> [-include_generated_panels] <object>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-append If output is sent to an ASCII file, this option appends the result to that file. Otherwise, the file will be overwritten.
-file <output file name> Name of output file to be generated
-include_generated_panels Flag to include QED-generated panels in the output
<object> Identifier associated with the object, must be unique
Description
Writes all the report panels associated with the given object to
an ASCII file.

If you specify a project object, and do not use the
"-include_generated_panels" option, only the report panels you imported
from the project are written to the file.
Example Usage
    qed::create_object -type project project_A -qpf_path /file/path/to/project.qpf
    qed::launch_connection project_A -open_project
    qed::import_report_panel project_A -panel_name "Timing Analyzer||Setup Summary"
    qed::write_object_reports_to_file project_A -file project_A_reports.rpt
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful