Click or drag to resize

DependenciesKind Enumeration

Variable dependencies kind.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public enum DependenciesKind
Members
  Member nameValueDescription
Dependent0 No particular structure.
Constant1 Constant factor. Evaluated before initialization mode is entered.
Fixed2 Fixed factor. Evaluated before initialization mode is exited.
Tunable3 Tunable factor. Evaluated before initialization mode is exited, and in event mode due to an external event (model exchange), or at a communication point (co-simulation).
Discrete4 Discrete factor. Evaluated before initialization mode is exited and in event mode due to an external or internal event, or at a communication point (co-simulation).
See Also