Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_get_report_panel_id
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_get_report_panel_id
Ixiasoft
3.1.26.9. get_report_panel_id (::quartus::report)
The following table displays information for the get_report_panel_id Tcl command:
Tcl Package and Version | Belongs to ::quartus::report |
||
Syntax | get_report_panel_id [-h | -help] [-long_help] <name> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
<name> | Name of panel for which to get id | ||
Description | Gets the id of a panel with the specified name. The panel id is a non-negative integer for an existing panel. If the specified panel cannot be found, the id is -1. Using the panel id provides faster data access than using the panel name. You can use the "get_report_panel_id" command to check for the existence of a panel.(Refer to the example under the "get_report_panel_id" command.) 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 |
|