DynExp
Highly flexible laboratory automation for dynamically changing experiments.
Loading...
Searching...
No Matches
SignalPlotter.h File Reference

Implementation of a module to plot the samples stored in data stream instruments. More...

Go to the source code of this file.

Classes

class  DynExpModule::SignalPlotter::SignalPlotterData
 
struct  DynExpModule::SignalPlotter::SignalPlotterData::SampleDataType
 
class  DynExpModule::SignalPlotter::SignalPlotterParams
 
class  DynExpModule::SignalPlotter::SignalPlotterConfigurator
 
class  DynExpModule::SignalPlotter::SignalPlotter
 

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
 

Detailed Description

Implementation of a module to plot the samples stored in data stream instruments.

Definition in file SignalPlotter.h.


Class Documentation

◆ DynExpModule::SignalPlotter::SignalPlotterData::SampleDataType

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.