|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Implementation of a module to plot the samples stored in data stream instruments. More...
Go to the source code of this file.
Namespaces | |
| namespace | DynExpModule |
| DynExp's module namespace contains the implementation of DynExp modules which extend DynExp's core functionality in a modular way. | |
| namespace | DynExpModule::SignalPlotter |
Implementation of a module to plot the samples stored in data stream instruments.
Definition in file SignalPlotter.h.
| struct DynExpModule::SignalPlotter::SignalPlotterData::SampleDataType |
Definition at line 22 of file SignalPlotter.h.
| Class Members | ||
|---|---|---|
| QList< QPointF > | Samples | Data points of a single data series to plot. |
| bool | Visible = true | Determines whether this series should be processed and plotted. |