<< fmiSetBoolean fmu_wrapper fmiSetDebugLogging >>

fmu_wrapper >> fmu_wrapper > fmiSetContinuousStates

fmiSetContinuousStates

Set a new continuous state vector.

Calling Sequence

fmiSetContinuousStates(instance, values)

Arguments

instance

tlist, an instance of a model.

values

real vector, continuous states.

Description

fmiSetContinuousStates is the function that sets a new (continuous) state vector and re-initializes caching of variables that depend on the states. The length of vector values must be less or equal to the number of continuous states. This number can be retrieved from fmiModelDescription.

See Also


Report an issue
<< fmiSetBoolean fmu_wrapper fmiSetDebugLogging >>