Status returned by FMU functions.
Namespace:
Emulate3D.FMI.V2
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
Members|
| Member name | Value | Description |
|---|
| OK | 0 |
All well.
|
| Warning | 1 |
Things are not quite right, but the computation can continue.
|
| Discard | 2 |
Only possible if explicitly defined for the specific functions.
|
| Error | 3 |
the FMU encountered an error. The simulation cannot be continued with this FMU instance.
|
| Fatal | 4 |
The model computations are irreparably corrupted for all FMU instances.
|
| Pending | 5 |
This status is returned only from the co-simulation interface, if the slave executes the
function in an asynchronous way.
|
See Also