Power and Thermal Analyzer User Guide

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

B.3. delete

Usage

delete [-h] [-help] [-long_help] -target <Instance path(s)>
Arguments
-h: Quick usage.
-help: Short help.
-long_help: Long help with examples and possible return values.
-target <target instance path(s)>: Instance paths to delete.

Tcl Package and Version

Belongs to ::quartus::pta 1.0 .

Description

This command deletes object in each target path from design hierarchy. For example, if target is |parent|child, child and its children are deleted.

Example Usage

delete -target {|foo|logic}
 delete -target {|foo|bar}
 delete -target {|foo|logic} {|foo|bar|logic}

Return Value

Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 Given argument for <string> has invalid value "<string>" for <string> command. With message: <string>.