Power and Thermal Analyzer User Guide

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

B.9. get_available_values

Usage

get_available_values [-h] [-help] [-long_help] -property <Tcl property (or IP parameter) key> [-target <target to retrieve details>]
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-property <Tcl property (or IP parameter) key>: The TCL key to retrieve all legal settings of a target's property (or IP parameter). Property keys must be lower case.
-target <target to retrieve details>: The target's property to query all legal settings.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command returns the available values that can be set on the target's property.

Example Usage

get_available_values -property {<Tcl key>}
    get_available_values -property {device}
    get_available_values -target {<path>} -property {<Tcl key>}
    get_available_values -target {|a|b|foo} -property {logicuserinput_num_ff}

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_OK 0 INFO: No input restrictions for property '<string>'.
TCL_OK 0 INFO: No valid values for property '<string>'.