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
Value Returned
Examples
The following example disables the tran analysis:
analysis = asiGetAnalysis(session 'tran)
asiDisableAnalysis(analysis)
Related Topics
Return to top