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
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