Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_get_number_of_rows
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_report_ver_2_1_cmd_get_number_of_rows
Ixiasoft
3.1.26.6. get_number_of_rows (::quartus::report)
The following table displays information for the get_number_of_rows Tcl command:
Tcl Package and Version | Belongs to ::quartus::report |
||
Syntax | get_number_of_rows [-h | -help] [-long_help] [-id <table_id> ] [-name <table_name> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-id <table_id> | Id of panel from which to get data | ||
-name <table_name> | Name of panel from which to get data | ||
Description | Returns the number of rows for the specified panel. 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 | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_OK | 0 | INFO: Report automatically reloaded because it was not up-to-date after use of Tcl command execute_flow or execute_module (which belong to ::quartus::flow package). No action is required. | |
TCL_ERROR |