Real type.
Inheritance Hierarchy Namespace: Emulate3D.FMI.V2.DescriptionAssembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Real : ElementBase, ScalarVariableIType
The ScalarVariableReal type exposes the following members.
Properties| | Name | Description |
|---|
 | DeclaredType |
If non-null, name of type defined with SimpleType.
|
 | Derivative |
If non-null, this variable is the derivative of variable with ScalarVariable index "derivative".
|
 | DisplayUnit |
If non-null, default display unit.
|
 | Max |
Maximum value of variable.
|
 | Min |
Minimum value of variable.
|
 | Nominal |
Nominal value of variable.
|
 | Quantity |
If non-null, physical quantity of the variable, for example "Angle", or "Energy". The quantity names are not standardized.
|
 | Reinit |
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
|
 | RelativeQuantity |
If true, then the offset of base unit and display unit must be ignored.
|
 | Start |
If non-null, initial or guess value of variable.
|
 | Unbounded |
If true, indicates that during time integration, the variable gets a value much larger than its nominal value nominal.
|
 | Unit |
If non-null, unit of the variable that is used for the model equations.
|
Top
See Also