Power and Thermal Analyzer User Guide

ID 865226
Date 9/29/2025
Public
Document Table of Contents

B.12. get_report

Usage

get_report [-h] [-help] [-long_help] <report_name>
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-<report_name>: The report to get. Use Tcl command 'get_report_names' for the list of report names.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command gets the specified report.

Example Usage

get_report power_supply_currents

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful.
TCL_ERROR 1 ERROR: Report <string> does not exist.