TMSiSDK.device.devices.apex.apex_device.ApexDevice.get_driver_version

TMSiSDK.device.devices.apex.apex_device.ApexDevice.get_driver_version#

ApexDevice.get_driver_version() tuple#

Gets the version of the DLL and USB drivers.

Raises:

TMSiError – TMSiErrorCode.device_error if it fails.

Returns:

tuple(dll_version, usb_version)

Return type:

tuple(str, str)