Scripting

cmp get_report_data (Tcl Script API Function)



The cmp get_report_data function has the following format:

Syntax cmp get_report_data <name> <row> <column>
Arguments

<name>

The name represents the path in the Compilation Report Window Contents to the given report panel. Use quotation marks and include the complete title of the report panel, for example, "Timing Analyses||tsu (Input Setup Times)" or "Timing Analyses||fmax (not incl. delays to/from pins)", to get report data.

<row>

The row number in the report panel.

<column>

The column number in the report panel.

Return Value

Code Name Code String Return
TCL_OK 0 <report data for specified row and column>
TCL_ERROR 1 wrong # args. Usage: cmp get_report_data name row column
Description Returns report data for the specified row and column of the specified report panel of the Compilation Report.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.