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

asiInit<yourSimulator>Analysis

asiInit<yourSimulator>Analysis( 
o_tool
) 
=> t

Description

Calls the procedures that modify analyses in your simulator. You must write asiInit<yourSimulator>Analysis, where <yourSimulator> is the name of your simulator. Do not include the angle brackets (<>).

Arguments

o_tool

Simulation tool object.

Value Returned

t

Successful operation operation.

You must write this procedure to return t.

Examples

The following example creates a procedure that calls the procedures to specify or change the analyses for the XYZ simulator.

procedure( asiInitXYZAnalysis( tool )
    <insert your code>
    t
)


Return to top
 ⠀
X