dqa.tasks.data_structure.SplitMeasurementsBySize#

class dqa.tasks.data_structure.SplitMeasurementsBySize(size: int, **kwargs)#

Splits measurements up such that for each data row, blocks of a specified size make up the new measurements.

Only the data rows given in input_name are considered and taken to the result.

Parameters:

size (int) – The size of the blocks to split the measurements up.

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