Power and Thermal Analyzer User Guide

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

B.15. get_value

Usage

get_value [-h] [-help] [-long_help] [-effective_value] -property <Tcl property (or IP parameter) key> [-target <target to retrieve a property's value>]
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-effective_value: If PTA overrode an invalid value for the property with a valid one, return the override value. Otherwise, return the user specified value.
-property <Tcl property (or IP parameter) key>: The TCL key to retrieve the target's property (or IP parameter) value. Keys must be lower case.
-target <target to retrieve a property's value>: The target to query a property's value.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This is an advanced Quartus Prime Tcl command.

This command returns the value being used in the target property (or IP parameter).

Example Usage

get_value -property {<Tcl key>}
    get_value -property {device}
    get_value -target {<path>} -property {<Tcl key>}
    get_value -target {|a|b|logic} -property {logicuserinput_num_ff}

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful