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

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

o_analysis

Analysis object.

Value Returned

t

Returns t and displays the current analysis option names.

nil

Unsuccessful operation.

Examples

The following example displays the analysis option names for the tran analysis:

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

Related Topics

asiDisplayAnalysis


Return to top
 ⠀
X