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

asiGetAnalysisFormObj

asiGetAnalysisFormObj(
o_session
)
=> o_analysis / nil

Description

Returns the current analysis selected in the Choosing Analysis form for the simulation session.

Arguments

o_session

Specifies a simulation session object.

Value Returned

o_analysis

Returns the current analysis.

nil

The session object is invalid.

Examples

The following example returns the name of the current analysis object selected in the cellview:

currentAnalysisObject = asiGetAnalysisFormObj(asiGetCurrentSession())
=> stdobj@0x2da80938
asiGetAnalysisName(currentAnalysisObject)
=> "AC"

Related Topics

asiGetAnalysis

asiGetAnalysisName


Return to top
 ⠀
X