<< fmiSimulate fmu_wrapper FMI Support >>

fmu_wrapper >> fmu_wrapper > fmiTerminate

fmiTerminate

Terminate a model evaluation.

Calling Sequence

fmiTerminate(instance)

Arguments

instance

tlist, an instance of a model.

Description

fmiTerminate is the function which terminates the model evaluation at the end of a simulation or after a desired stop of the integration before the simulation end. It releases all resources that have been allocated since fmiInitialize has been called. After calling of this function, the final values of all variables can be inquired with the fmiGetXXX functions.

See Also


Report an issue
<< fmiSimulate fmu_wrapper FMI Support >>