Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_create_report_panel
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_create_report_panel
Ixiasoft
3.1.26.2. create_report_panel (::quartus::report)
The following table displays information for the create_report_panel Tcl command:
Tcl Package and Version | Belongs to ::quartus::report |
||
Syntax | create_report_panel [-h | -help] [-long_help] [-folder] [-table] <panel_name> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-folder | Option to create folder | ||
-table | Option to create table | ||
<panel_name> | Name of the panel to create | ||
Description | Creates a new report panel with the specified name. If -table option is specified, a table is created. If -folder option is specified, a folder is created. The name must be the full path to the new report panel, such as "Fitter||My Table". If the specified panel is created successfully, the corresponding panel id is returned. The table of contents portion of the Compilation Report window shows short panel names for better readability. However, the panel name used by this command is the full panel name as shown in the right-hand side frame of the Compilation Report window or the .rpt file of the corresponding command-line executable. For example, the table of contents shows the path "Analysis and Synthesis||Summary". However, the corresponding full path used by this Tcl command is "Analysis and Synthesis||Analysis and Synthesis Summary". |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Report folder <string> already exists -- specify a different report folder name. | |
TCL_ERROR | 1 | ERROR: Can't find folder: <string>. Specify an existing report folder name. | |
TCL_ERROR | 1 | ERROR: Illegal color: <string>. Specify a color that is currently supported by add_row_to_table. | |
TCL_ERROR | 1 | ERROR: The input report object is not a table to be the master table of master details object | |
TCL_ERROR | 1 | ERROR: The parent folder is not master details |