Click or drag to resize

Status Enumeration

Status returned by FMU functions.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public enum Status
Members
  Member nameValueDescription
OK0 All well.
Warning1 Things are not quite right, but the computation can continue.
Discard2 Only possible if explicitly defined for the specific functions.
Error3 the FMU encountered an error. The simulation cannot be continued with this FMU instance.
Fatal4 The model computations are irreparably corrupted for all FMU instances.
Pending5 This status is returned only from the co-simulation interface, if the slave executes the function in an asynchronous way.
See Also