Click or drag to resize

ISynchronizedCoSimulator Methods

The ISynchronizedCoSimulator type exposes the following members.

Methods
  NameDescription
Public methodAfterStep
Called after advancing the simulator.
(Inherited from ICoSimulator.)
Public methodBeforeStep
Called before advancing the simulator.
(Inherited from ICoSimulator.)
Public methodClose
Close the co-simulation connection.
Public methodGetNextStepSize
Returns a suggestion as to how long this simulators next step should be. This is only called for simulators that set the SimulationThread flag.
(Inherited from ICoSimulator.)
Public methodGetStatus
The current status of the simulator.
(Inherited from ICoSimulator.)
Public methodGetTime
The current system time reported by the simulator. (Accurate to at least one millisecond.)
(Inherited from ICoSimulator.)
Public methodOpen
Open the co-simulation connection.
Public methodReset
Simulation reset.
(Inherited from ICoSimulator.)
Public methodStarting
Simulation starting.
(Inherited from ICoSimulator.)
Public methodStep
Called to advance the simulator by step.
(Inherited from ICoSimulator.)
Public methodStopped
Simulation stopped.
(Inherited from ICoSimulator.)
Top
See Also