Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

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

Document Table of Contents
Give Feedback

3.1.26.7. get_report_panel_column_index (::quartus::report)

The following table displays information for the get_report_panel_column_index Tcl command:

Tcl Package and Version

Belongs to ::quartus::report

Syntax get_report_panel_column_index [-h | -help] [-long_help] [-id <table_id> ] [-name <table_name> ] <col_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 column index
-name <table_name> Name of panel from which to get column index
<col_name> Column name
Description
Gets the column index of the specified panel column name.

Column name refers to the specified name in the header row. The 
column index is a non-negative integer for an existing column. The 
column index is -1 if the column name is not found in the panel.

Using the column index and panel id provides faster data access 
than using column name and panel name.

Column indices and panel ids that you have cached may become 
outd