Click or drag to resize

ScalarVariableReal Class

Real type.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionScalarVariableReal

Namespace: Emulate3D.FMI.V2.Description
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Real : ElementBase, ScalarVariableIType

The ScalarVariableReal type exposes the following members.

Properties
 NameDescription
Public propertyDeclaredType If non-null, name of type defined with SimpleType.
Public propertyDerivative If non-null, this variable is the derivative of variable with ScalarVariable index "derivative".
Public propertyDisplayUnit If non-null, default display unit.
Public propertyMax Maximum value of variable.
Public propertyMin Minimum value of variable.
Public propertyNominal Nominal value of variable.
Public propertyQuantity If non-null, physical quantity of the variable, for example "Angle", or "Energy". The quantity names are not standardized.
Public propertyReinit Only for model exchange and can only be present for a continuous-time state. If true, state can be reinitialized at an event by the FMU. If false, state will not be reinitialized at an event by the FMU
Public propertyRelativeQuantity If true, then the offset of base unit and display unit must be ignored.
Public propertyStart If non-null, initial or guess value of variable.
Public propertyUnbounded If true, indicates that during time integration, the variable gets a value much larger than its nominal value nominal.
Public propertyUnit If non-null, unit of the variable that is used for the model equations.
Top
See Also