TMSiSDK.device.devices.apex.apex_device.ApexDevice.open

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

ApexDevice.open(dongle_id=65535)#

Opens the connection with the device.

Parameters:

dongle_id (int, optional) – Id of the dongle to use for the connection. Defaults to ApexConst.TMSI_DONGLE_ID_NONE

Raises:
  • TMSiError – TMSiErrorCode.device_error if open connection failed.

  • TMSiError – TMSiErrorCode.no_devices_found if device not found.