ICoSimulatorCheckStatus Method |
Check the current status of the simulator.
Namespace: Demo3D.Time.CoSimulationAssembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
SyntaxCoSimulatorAction CheckStatus(
ModelTime currentTime
)
Parameters
- currentTime ModelTime
- The current time.
Return Value
CoSimulatorActionReturns an action for the co-simulation master to apply.
Remarks
Always called in the simulation thread.
See Also