Power and Thermal Analyzer User Guide

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

B.29. set_view

Usage

set_view [-h] [-help] [-long_help] [-resource <Resource onwhich to focus>] [<View on which to focus>]
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-resource <Resource on which to focus>: The resource-specific view with which to present the user design.
-<View on which to focus>: The view type with which to present the user design.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command sets the view used to present the user design.

Example Usage

set_view default
set_view ip_summary
set_view -resource logic
set_view -resource ram

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: The specified view type '' is not supported.