<< Export FMU from Xcos fmu_wrapper fmiEventUpdate >>

fmu_wrapper >> fmu_wrapper > fmiCompletedIntegratorStep

fmiCompletedIntegratorStep

Completed step of the integrator.

Calling Sequence

callEventUpdate = fmiCompletedIntegratorStep(instance)

Arguments

instance

tlist, an instance of a model.

callEventUpdate

boolean, callEventUpdate = %t or %f.

Description

fmiCompletedIntegratorStep is the function which must be called after every completed step of the integrator. If the function returns with callEventUpdate = true, then the function fmiEventUpdate must be called, otherwise, no action is needed.

See Also


Report an issue
<< Export FMU from Xcos fmu_wrapper fmiEventUpdate >>