asiEnableAnalysis
asiEnableAnalysis(o_analysis) =>t/nil
Description
Enables an analysis, which means the analysis is selected and sent to the simulator.
Arguments
Value Returned
Examples
The following example enables the tran analysis:
analysis = asiGetAnalysis(session 'tran)
asiEnableAnalysis(analysis)
Related Topics
Return to top