Power and Thermal Analyzer User Guide

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

B.19. pta::get_active_design

Usage

pta::get_active_design [-h] [-help] [-long_help] [-id] [-name]
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-id: Get the numeric ID value of the active design.
-name: Get the filename of the active design.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command will get information on the currently active design.

Example Usage

pta::get_active_design -id

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: No active design has been set. Call'set_active_design' to set an active design.