twin_is_cross_platform#

static TwinRuntime.twin_is_cross_platform(file_path)#

Returns whether the loaded TWIN model is cross-platform (Windows and Linux) compiled or not.

Parameters:
file_pathstr

File path to the TWIN file for the twin model.

Returns:
bool

True if the TWIN model has binaries for Windows and Linux, False otherwise