asiRunSimulation
asiRunSimulation(o_session) =>g_status/nil
Description
This function runs the simulation for the session. It is called by the environment, so you should not call it directly from the interface. This method can be redefined for the interface. Use callNextMethod in this definition.
Arguments
Value Returned
Examples
The following example shows how to overload the asiRunSimulation function:
defmethod( asiRunSimulation (( session yourSimulator_session))
<insert code you need >
callNextMethod()
<insert code you need>
Return to top