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