dqa.tasks.data_filtering.RemoveMeasurementsByCondition#

class dqa.tasks.data_filtering.RemoveMeasurementsByCondition(condition_name: str | List[str], all: bool = True, inverse: bool = False, **kwargs)#

Removes measurements for which a condition given in a data row is fulfilled.

Parameters:
  • condition_name (str or list of strings) – The name of the data row containing the condition.

  • all (bool, default=True) – If True, then all conditions must be fulfilled for the measurement to be removed. Otherwise any of them is sufficient.

  • inverse (bool, default=True) – If True, then the condition is reversed and those measurements not fulfilling the condition are removed.

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