<< fmiGetNominalContinuousStates fmu_wrapper fmiGetStateValueReferences >>

fmu_wrapper >> fmu_wrapper > fmiGetReal

fmiGetReal

Get real values.

Calling Sequence

values = fmiGetReal(instance, references)

Arguments

instance

tlist, an instance of a model.

references

real vector, a handle of the variables that defines the variables that will be get.

values

real vector, actual values of real variables.

Description

fmiGetReal is the function which returns actual values of real variables by providing the variable handles (references). This functions is especially used to get the actual values of output variables if a model is connected with other models. Furthermore, the actual value of every real variable defined in the Model Description File (XML) can be determined at every time instant (for details see function fmiModelVariables).

See Also


Report an issue
<< fmiGetNominalContinuousStates fmu_wrapper fmiGetStateValueReferences >>