asiDisplayAnalysisOption
asiDisplayAnalysisOption(o_analysis) =>t/nil
Description
Displays the analysis option names for an analysis. Use this function to determine which analysis option you want to modify. Do not use this function as part of another procedure.
Arguments
Value Returned
Examples
The following example displays the analysis option names for the tran analysis:
analysis = asiGetAnalysis(tool 'tran)
asiDisplayAnalysisOption(analysis)
Related Topics
Return to top