Click or drag to resize

OperatingMode Enumeration

How time is synchronized and IO is performed with respect to the model.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public enum OperatingMode
Members
  Member nameValueDescription
Scheduled0 Time is synchronized with real time. IO is performed on a real time schedule.
Synchronized1 Time is virtual time and is tightly synchronized with co-simulation partners. IO is synchronized with the model, happening at specific communication points.
See Also