<< fmiModelVariables fmu_wrapper fmiSetContinuousStates >>

fmu_wrapper >> fmu_wrapper > fmiSetBoolean

fmiSetBoolean

Set boolean values.

Calling Sequence

fmiSetBoolean(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

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

Description

fmiSetBoolean 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
<< fmiModelVariables fmu_wrapper fmiSetContinuousStates >>