Click or drag to resize

OperatingMode Enumeration

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

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
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