Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_delete_report_panel
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_delete_report_panel
Ixiasoft
3.1.26.3. delete_report_panel (::quartus::report)
The following table displays information for the delete_report_panel Tcl command:
Tcl Package and Version | Belongs to ::quartus::report |
||
Syntax | delete_report_panel [-h | -help] [-long_help] [-id <panel_id> ] [-name <panel_name> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-id <panel_id> | Id of panel to delete | ||
-name <panel_name> | Name of panel to delete | ||
Description | Deletes the report panel with the specified id or name. The panel can either be a report table or report folder. Using the panel id provides faster data access than using the panel name. Panel ids that you have cached may become outdated or invalid if the report is unloaded or reloaded. This error occurs after compilation or with calls to the "project_close", "unload_report", and "load_report" commands. Panel names support wildcards. 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 |