qtt.measurements.post_processing.interfaces.signal_processor_interface.
SignalProcessorInterface
Bases: abc.ABC
abc.ABC
An interface for post-processing measurement data.
run_process
The post-processing function.
signal_data – The measurement data
The processed measurement data.