Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

o_analysis

Analysis object.

Value Returned

t

Returns t and displays the current analysis field names.

nil

Unsuccessful operation.

Examples

The following example displays the names of the analysis fields for the tran analysis:

analysis = asiGetAnalysis(tool 'tran)
asiDisplayAnalysisField(analysis)

Related Topics

asiDisplayAnalysis

asiDisplayAnalysisOption


Return to top
 ⠀
X