- class TMSiSDK.device.devices.apex.measurements.download_measurement.DownloadMeasurement(dev, file_id: int, n_of_samples: int | None = None, name: str = 'Download Measurement')#
Bases:
SignalMeasurement
Class to handle the download measurements.
- __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”
Methods
__init__
(dev, file_id[, n_of_samples, name])Initialize the download measurement.
start
()Start the measurement.
stop
()Stop the measurement.
- start()#
Start the measurement.
- stop()#
Stop the measurement.