Defines how the variable is initialized.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
Members| Member name | Value | Description |
|---|
| Exact | 0 |
The variable is initialized with the "start" value.
|
| Approx | 1 |
The variable is an iteration variable of an algebraic loop and the iteration
at initialization starts with the "start" value.
|
| Calculated | 2 |
The variable is calculated from other variables during initialization. It is
not allowed to provide a "start" value.
|
See Also