Power and Thermal Analyzer User Guide

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

B.20. pta::get_defaults

Usage

pta::get_defaults [-h] [-help] [-long_help][<family|device>]
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
<family|device>: The default setting to get.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command gets the default parameters to use for any new designs.If no explicit default device was set, no default device value is returned. If no specific setting type is specified, a dictionary containing all defaults is returned.

Example Usage

# Return all defaults: family {Stratix 10} device
1SX250HN3F43E2VG
pta::get_defaults
# Return the default family: {Stratix 10}
pta::get_defaults family
# Return the default device: 1SX250HN3F43E2VG
pta::get_defaults device

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful