Power and Thermal Analyzer User Guide

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

B.14. get_results

Usage

get_results [-h] [-help] [-long_help] [-property <Tcl property key>] [-scope <all|self|children>] [-target <Target instance path>]
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-property <Tcl property key>: The TCL key to retrieve the target's property value. Property keys must be lower case.
-scope <all|self|children>: The scope of results to return for the target.
-target <target instance path>: The instance path of the target from which to retrieve results.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command returns the results of the target resource. If 'scope' is not specified, the scope of results defaults to ALL.

Example Usage

get_results
    get_results -target {|a|b|logic}
    get_results -scope {self}
    get_results -target {|a|b|logic} -scope {self}
    get_results -target {|a|b|logic} -property {logicuserinput_total_power}
    get_results -target {|a|b|logic} -scope {children} -property {logicuserinput_total_power}

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: No results available. Run the 'recalc' command to ensure the data is up-to-date.