Click or drag to resize

Initial Enumeration

Defines how the variable is initialized.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public enum Initial
Members
  Member nameValueDescription
Exact0 The variable is initialized with the "start" value.
Approx1 The variable is an iteration variable of an algebraic loop and the iteration at initialization starts with the "start" value.
Calculated2 The variable is calculated from other variables during initialization. It is not allowed to provide a "start" value.
See Also