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

asiInitAnalysis

asiInitAnalysis( 
o_tool 
) 
=> t / nil

Description

Initializes the tool-specific analysis options for the tools that are derived from the asiAnalog class. This is not applicable for tools derived from the asiSocket class. This function can be used by third-party integrators to define their own analysis options.

Arguments

o_tool

Simulation tool object.

Value Returned

t

The tool-specific analysis options are initialized.

nil

The function does not run successfully.

Examples

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

defmethod( asiInitAnalysis ( ( tool <yourSimulator> ) )
    asiAddAnalysis( tool
     ?name 'myAnal
?prompt "My Analysis"
)
)
=> t


Return to top
 ⠀
X