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
Value Returned
|
Returns |
Examples
The following example returns the object of the analysis mc.
asiGetAdvAnalysis(session 'mc)
Return to top