load_dll#
- static TwinRuntime.load_dll(twin_runtime_library_path=None)#
Load the TwinRuntime library.
- Parameters:
- twin_runtime_library_path
str
(optional
) File path to the TWIN Runtime library. By default, it is located in a subfolder of the current working directory based on the OS (TwinRuntimeSDK.dll or libTwinRuntimeSDK.so).
- twin_runtime_library_path
- Returns:
ctypes.cdll
The TwinRuntime loaded library in Python