Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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