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

asiInit<yourSimulator>EnvOption

asiInit<yourSimulator>EnvOption( 
o_tool 
) 
=> t

Description

Calls your procedures to modify the simulation options.

You must write asiInit<yourSimulator>EnvOption, where <yourSimulator> is the name of your simulator. Do not include the angle brackets (<>).

Arguments

o_tool

Simulation tool object

Value Returned

t

Returns t when the procedures are called.

Examples

Creates the procedure that calls the procedures to add environment options for the XYZ simulator.

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

Return to top
 ⠀
X