Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
DataProcessor.append¶
- DataProcessor.append(node)[source]¶
Append new data action node to this data processor.
- Parameters:
node (
DataAction
) – A DataAction that will process the data.