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

asiDisplayAnalysis

asiDisplayAnalysis( 
o_tool 
) 
=> t / nil

Description

Displays the analyses for a tool. Use this function to determine which analyses you need to add or modify. Do not use this function as part of another procedure.

Arguments

o_tool

Simulation tool object.

Value Returned

t

Returns t and displays the available analyses.

nil

Unsuccessful operation.

Examples

The following example displays the analyses registered for the Analog class:

tool = asiGetTool('analog)
asiDisplayAnalysis(tool)

Related Topics

asiDisplayAnalysisOption


Return to top
 ⠀
X