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

asiInit<yourSimulator>KeepOption

asiInit<yourSimulator>KeepOption( 
o_tool
) 
=> t

Description

Calls the procedures to initialize your simulator keep option variables.

You must write asiInit<yourSimulator>KeepOption, 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 for initializing the keep option variables are called.

Write asiInit<yourSimulator>KeepOption to return t.

Example

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

Creates the procedure that initializes the keep options for the XYZ simulator.


Return to top
 ⠀
X