OperatingMode Enumeration |
How time is synchronized and IO is performed with respect to the model.
Namespace: Demo3D.Time.CoSimulationAssembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntaxpublic enum OperatingMode
Members| Member name | Value | Description |
|---|
| Scheduled | 0 |
Time is synchronized with real time. IO is performed on a real time schedule.
|
| Synchronized | 1 |
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