is_fmu_supported#

static TwinRuntime.is_fmu_supported(file_path)#

Returns whether the given FMI-based model is supported by the Twin SDK.

Twin SDK currently only supports FMI 2.0 models

Parameters:
file_pathstr

File path to the model or model description XML file.

Returns:
Tuple[bool, str]

True if the FMU model is supported False with a message if the FMU model is not supported

Return type:

Tuple[bool, str]