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

asiInit<yourSimulator>SimOption

asiInit<yourSimulator>SimOption( 
o_tool 
) 
=> t

Description

Calls the procedures to add your simulator options.

You must write asiInit<yourSimulator>SimOption, 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 your procedures are called.

Examples

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

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

Return to top
 ⠀
X