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

asiEnableAnalysis

asiEnableAnalysis( 
o_analysis
) 
=> t / nil

Description

Enables an analysis, which means the analysis is selected and sent to the simulator.

Arguments

o_analysis

Specifies an analysis object.

Value Returned

t

The analysis instance is enabled.

nil

The analysis does not exist.

Examples

The following example enables the tran analysis:

analysis = asiGetAnalysis(session 'tran)
asiEnableAnalysis(analysis)

Related Topics

asiDisableAnalysis


Return to top
 ⠀
X