TMSiSDK.device.devices.apex.apex_device.ApexDevice.get_device_impedance_data

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

ApexDevice.get_device_impedance_data(POINTER_received_data_array: pointer, buffer_size: int, POINTER_num_of_sets: pointer) TMSiDeviceRetVal#

Gets impedance data from the device during sampling.

Parameters:
  • POINTER_received_data_array (pointer(array[TMSiImpedanceSample])) – array that will contain the received data.

  • buffer_size (int) – maximum size of the buffer.

  • POINTER_num_of_sets (pointer) – number of sets of data received.

Raises:

TMSiError – TMSiErrorCode.api_invalid_command if device is not in sampling mode

Returns:

return value of the call

Return type:

TMSiDeviceRetVal