Name of the set of platforms.
platform = fmiGetModelTypesPlatform(fmu)
tlist, a model that can be received by importFMU.
string, a name of platform.
fmiGetModelTypesPlatform is the function which returns the name of the set of compatible platforms of the "fmiModelTypes.h" header file
which was used to compile the functions of the "Model Exchange Interface". The function returns a pointer to the static variable "fmiModelTypesPlatform" defined in FMI header file.