<< fmiSetString fmu_wrapper fmiSimulate >>

fmu_wrapper >> fmu_wrapper > fmiSetTime

fmiSetTime

Set a new time instant for a model.

Calling Sequence

fmiSetTime(instance, time)

Arguments

instance

tlist, an instance of a model.

time

real, a start value of the time (e.g. 0).

Description

fmiSetTime is the function that sets a new time instant and re-initializes caching of variables that depend on the time.

See Also


Report an issue
<< fmiSetString fmu_wrapper fmiSimulate >>