dqa.tasks.data_structure.CreateDataRow#
- class dqa.tasks.data_structure.CreateDataRow(value: float | List[float], length: str | int | None = None, **kwargs)#
Creates a new data row with specified name and values.
The name of the new data row is specified in output_name (only one value permitted).
- Parameters:
value (float or list of floats) – The values for the new data row. Depending on the length parameter, these might be repeated.
length (str, int, or None) – If None, the length of the value parameter is used. If given as an int, this length is used directly. If given as a string, the length of the corresponding data row in the measurement is used. If this length does not match the length of vaule, then the values are repeated until this length is reached (the number of repetitions is rounded down).
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