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

asiInitAdvAnalysis

asiInitAdvAnalysis( 
o_tool 
)
=> t / nil

Description

Initializes the tool-specific analysis options for the tools derived from the asiAnalog class. This method can be used by third-party integrators to define their own analysis options in ADE XL.

Arguments

o_tool

Simulation tool object.

Value Returned

t

The tool-specific analysis options are initialized.

nil

The tool-specific analysis options are not initialized

Examples

Initializes the tool-specific analysis options for the given tool:

defmethod( asiInitAdvAnalysis (( tool <yourSimulator> ) )
    asiAddAnalysis( tool
     ?name 'myAdvancedAnalysis
?prompt "My Advanced Analysis"
)
)
=> t


Return to top
 ⠀
X