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
Value Returned
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