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

asiInitialize

asiInitialize( 
o_tool 
) 
=> o_tool / nil

Description

Initializes the tools that are derived from the asiAnalog class. This function is not called for tools that are derived from the asiSocket class.

For the asiAnalog class, it calls:

Arguments

o_tool

The simulation session object.

Value Returned

o_tool

The simulation session object.

nil

When unsuccessful.

Examples

The following example initializes the specified tool:

defmethod( asiInitialize (( yourSimulator_session ))
 asiInitFormatterClass(tool)
    asiInitEnvOption(tool)
    asiInitAnalysis(tool)
)

Return to top
 ⠀
X