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

asiGetAdvAnalysis

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

Description

Returns the object of advanced analyses, such as Monte Carlo. This function is similar to the asiGetAnalysis function and is normally used by third party integrator to implement the simulator interface for their simulators.

Arguments

o_session

Simulation session object

o_tool

Simulation tool object

s_analysisName

Name of the analysis you want to retrieve.

Value Returned

s_analysisName

The analysis object for the specified analysis.

nil

Returns nil if the specified analysis does not exist or there is an error.

Examples

The following example returns the object of the analysis mc.

asiGetAdvAnalysis(session 'mc)

Return to top
 ⠀
X