asiGetAnalysisFormObj
asiGetAnalysisFormObj(
o_session
)
=> o_analysis / nil
Description
Returns the current analysis selected in the Choosing Analysis form for the simulation session.
Arguments
Value Returned
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
Return to top