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