Click or drag to resize

CoSimulatorBase Methods

The CoSimulatorBase 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 time as reported by the simulator.
Protected methodInterrupt Raises OnInterrupt.
Public methodPaused Simulation paused.
Public methodReset Simulation reset.
Public methodResuming Simulation resuming with a new negotiated speed.
Public methodStep Called to advance the simulator by step.
Top
See Also