<< fmiGetString fmu_wrapper fmiInitialize >>

fmu_wrapper >> fmu_wrapper > fmiGetVersion

fmiGetVersion

Version of FMI.

Calling Sequence

version = fmiGetVersion(fmu)

Arguments

fmu

tlist, a model that can be received by importFMU.

version

string, a version of FMI.

Description

fmiGetVersion is the function which returns the version of the "fmiModelFunctions.h" header file which was used to compile the functions of the "Model Exchange Interface". The function returns "fmiVersion" which is defined in this header file. The standard header file as documented in this specification has version "1.0".

See Also


Report an issue
<< fmiGetString fmu_wrapper fmiInitialize >>