Defines how the variable is initialized.
Namespace:
Emulate3D.FMI.V3
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
Members|
| Member name | Value | Description |
|---|
| Exact | 0 |
The variable is initialized with the start value by the FMU.
|
| Approx | 1 |
The variable is an iteration variable of an algebraic loop within the FMU and the iterative solution process in initialization starts with the start value as guess value.
|
| Calculated | 2 |
The variable is calculated by the FMU from other variables during initialization. For calculated variables a start attribute must not be provided.
|
See Also