asiDeleteAnalysis
asiDeleteAnalysis(o_tools_analysisName) =>t/nil
Description
Deletes an analysis from the given simulation tool.
Arguments
Value Returned
|
Returns an error message and |
Examples
The following example deletes an AC analysis from the Spectre simulator:
tool = asiGetTool('spectre)
asiDeleteAnalysis(tool 'ac)
Related Topics
Return to top