dqa.tasks.time_series.SplitMeasurementsByTimeGap#
- class dqa.tasks.time_series.SplitMeasurementsByTimeGap(timestamp_name: str, max_time_gap: float, **kwargs)#
Applied to measurements consisting of time series with one common timestamp data row, this task splits up these time series into separate measurements whenever the gap between two consecutive entries exceeds a certain threshold.
- Parameters:
timestamp_name (str) – The name of the timestamp data row.
max_time_gap (float) – The threshold above which the measurements are separated.
Methods
finish
()Can perform actions that are required to clean up after the task has finished, e.g. close network connections etc.
in_out_default
input_output_dataset
input_output_machine
input_output_mode
input_output_name
log
modify_data_row
modify_dataset
modify_dataset_dict
modify_machine
modify_measurement
set_logging_level
transfer_metadata