Click or drag to resize

ICoSimulator Methods

The ICoSimulator type exposes the following members.

Methods
 NameDescription
Public methodAfterStep Called after advancing the simulator.
Public methodBeforeStep Called before advancing the simulator.
Public methodCheckStatus Check the current status of the simulator.
Public methodGetStatus The current status of the simulator.
Public methodGetStepSize Called before Step(ModelTime, ModelTime) with a proposed step size. Must return a step size that suits.
Public methodGetTime The current system time reported by the simulator.
Public methodPaused Simulation paused.
Public methodReset Simulation reset.
Public methodResuming Simulation resuming with a negotiated speed. Or simulation negotiated speed changed.
Public methodStep Called to advance the simulator by step.
Top
See Also