DependenciesKind Enumeration |
Variable dependencies kind.
Namespace:
Emulate3D.FMI.V2
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic enum DependenciesKind
Members|
| Member name | Value | Description |
|---|
| Dependent | 0 |
No particular structure.
|
| Constant | 1 |
Constant factor. Evaluated before initialization mode is entered.
|
| Fixed | 2 |
Fixed factor. Evaluated before initialization mode is exited.
|
| Tunable | 3 |
Tunable factor. Evaluated before initialization mode is exited, and
in event mode due to an external event (model exchange), or at a
communication point (co-simulation).
|
| Discrete | 4 |
Discrete factor. Evaluated before initialization mode is exited and
in event mode due to an external or internal event, or at a communication
point (co-simulation).
|
See Also