Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiDeleteAnalysis

asiDeleteAnalysis( 
o_tool 
s_analysisName 
)
=> t / nil

Description

Deletes an analysis from the given simulation tool.

Arguments

o_tool

Simulation tool object.

s_analysisName

Name of the analysis you want to delete.

Value Returned

t

The analysis is deleted.

nil

Returns an error message and nil if the analysis does not exist.

Examples

The following example deletes an AC analysis from the Spectre simulator:

tool = asiGetTool('spectre)
asiDeleteAnalysis(tool 'ac)

Related Topics

asiDisplayAnalysis


Return to top
 ⠀
X