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

asiGetAnalysis

asiGetAnalysis(
{ o_session | o_tool }
s_analysisName
)
=> o_analysis / nil

Description

Gets an analysis object.

Arguments

o_session

Simulation session object.

o_tool

Simulation tool object.

s_analysisName

Name of the analysis you want to get.

Value Returned

o_analysis

The analysis object.

nil

The analysis does not exist.

Examples

The following example returns the noise analysis object:

analysis = asiGetAnalysis( session 'noise )

Related Topics

asiDisplayAnalysis


Return to top
 ⠀
X