TMSiSDK.device.devices.saga.measurements.download_measurement.DownloadMeasurement.__init__

TMSiSDK.device.devices.saga.measurements.download_measurement.DownloadMeasurement.__init__#

DownloadMeasurement.__init__(dev, file_id: int, n_of_samples: int | None = None, name: str = 'Download Measurement')#

Initialize the download measurement.

Parameters:
  • dev (TMSiDevice) – Device to download from.

  • file_id (int) – id of the file to download.

  • n_of_samples (int, optional) – number of samples to download, defaults to None

  • name (str, optional) – name of the measurement, defaults to “Download Measurement”