Power and Thermal Analyzer User Guide

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

B.23. pta::set_active_design

Usage


   
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-id: The numeric ID of the design to make active.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command will set the active design to the design corresponding to the specified design ID value.Once the active design has been set, all subsequent Tcl commands (including commands in sourced scripts) will operate on that design until it is changed.

Example Usage

pta::set_active_design -id 1234

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Design ID '' is not valid. No matching design was found.