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

asiDisableAnalysis

asiDisableAnalysis( 
o_analysis 
) 
=> t / nil

Description

Disables an analysis while keeping it in the analysis list. The analysis remains in the UI, but it is not sent to the simulator.

Arguments

o_analysis

Specifies an analysis object.

Value Returned

t

The analysis is disabled.

nil

The analysis does not exist.

Examples

The following example disables the tran analysis:

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

Related Topics

asiEnableAnalysis


Return to top
 ⠀
X