asiIsAnalysisEnabled
asiIsAnalysisEnabled(o_analysis) =>t/nil
Description
Determines whether an analysis is enabled.
Arguments
Value Returned
Examples
The following example prints The transient analysis is enabled if tran is enabled:
analysis = asiGetAnalysis(session 'tran)
when( asiIsAnalysisEnabled(analysis)
println("The transient analysis is enabled")
)
Related Topics
Return to top