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

asiIsAnalysisEnabled

asiIsAnalysisEnabled( 
o_analysis 
)  
=> t / nil

Description

Determines whether an analysis is enabled.

Arguments

o_analysis

Specifies an analysis object.

Value Returned

t

The analysis is enabled.

nil

The analysis is not enabled.

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

asiEnableAnalysis

asiDisableAnalysis


Return to top
 ⠀
X