TMSiSDK.tmsi_sdk.TMSiSDK.discover#
- TMSiSDK.discover(dev_type, dr_interface=DeviceInterfaceType.none, ds_interface=DeviceInterfaceType.none, num_retries=3) tuple #
Discovers if there are available devices.
- Parameters:
dev_type (DeviceType) – device type to search
dr_interface (DeviceInterfaceType, optional) – datarecorder interface, defaults to DeviceInterfaceType.none. See
SagaDevice.discover()
andApexDevice.discover()
for more details.ds_interface (DeviceInterfaceType, optional) – docking station interface (if needed), defaults to DeviceInterfaceType.none. See
SagaDevice.discover()
for more details.num_retries (int, optional) – number of retry if nothing found
- Returns:
list of devices and list of dongles
- Return type:
tuple[list[TMSiDevice], list[TMSiDongle]]