<< fmiSetDebugLogging fmu_wrapper fmiSetReal >>

fmu_wrapper >> fmu_wrapper > fmiSetInteger

fmiSetInteger

Set integer values.

Calling Sequence

fmiSetInteger(instance, references, values)

Arguments

instance

tlist, an instance of a model.

references

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

values

real vector, values of parameters, inputs, start values.

Description

fmiSetInteger is the function that sets independent parameters, inputs, start values and re-initializes caching of variables that depend on these variables. This function can be called on inputs causality = input, after calling fmiInstantiateModel and before fmiFreeModelInstance. Additionally, this function can be called on variables that have a start value, after calling fmiInstantiateModel and before calling fmiInitialize.

See Also


Report an issue
<< fmiSetDebugLogging fmu_wrapper fmiSetReal >>