Defines the time dependency of a variable. Defines the time instants when a variable
can change its value.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
Members| Member name | Value | Description |
|---|
| Constant | 0 |
The value of the variable never changes.
|
| Fixed | 1 |
The value of the variable is fixed after initialization.
|
| Tunable | 2 |
The value of the variable is constant between external events (model exchange)
and between communication points (co-simulation).
|
| Discrete | 3 |
For model exchange, the value of the variable is constant between external and
internal events. For co-simulation, by convention, the variable is from a "real"
sampled data system and its value is only changed at communication points.
|
| Continuous | 4 |
For model exchange, no restrictions on value changes.
For co-simulation, by convention, the variable is from a differential.
|
See Also