Click or drag to resize

ICoSimulatorCheckStatus Method

Check the current status of the simulator.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
CoSimulatorAction CheckStatus(
	ModelTime currentTime
)

Parameters

currentTime  ModelTime
The current time.

Return Value

CoSimulatorAction
Returns an action for the co-simulation master to apply.
Remarks
Always called in the simulation thread.
See Also