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
Value Returned
|
Returns |
Example
procedure( asiInitXYZKeepOption( tool ) <insert your code> t
)
Creates the procedure that initializes the keep options for the XYZ simulator.
Return to top