dqa.tasks.data_filtering.EnsureDataRows#
- class dqa.tasks.data_filtering.EnsureDataRows(length: str | int = 1, **kwargs)#
Ensures that data rows with name specified by input_name exist in every measurement. If they do not, arrays of nan values are added.
- Parameters:
length (str or int, default=1) – Specifies the length of the arrays to be added if data rows are missing. If given as an integer, it specifies the length directly. If given as a string, it specifies a data row whose length is taken.
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