<< fmiGetDerivatives fmu_wrapper fmiGetInteger >>

fmu_wrapper >> fmu_wrapper > fmiGetEventIndicators

fmiGetEventIndicators

Compute event indicators.

Calling Sequence

values = fmiGetEventIndicators(instance)

Arguments

instance

tlist, an instance of a model.

values

real vector, event indicators.

Description

fmiGetEventIndicators is the function that computes event indicators at the current time instant and for the current states. A state event is triggered when the domain of an event indicator changes. The event indicators are returned as a vector values elements.

See Also


Report an issue
<< fmiGetDerivatives fmu_wrapper fmiGetInteger >>