ifw-fcf  5.0.0-pre2
Public Member Functions | List of all members
pylampgui.plotmgr.PlotMgr Class Reference

Plot class. More...

Public Member Functions

def __init__ (self, layout)
 Class constructor. More...
 
def add_feedback (self)
 Add feedback layout to the plot. More...
 
def add_plot_to_layout (self, name, title, label_y)
 Add plot to the layout. More...
 
def remove_plot_from_layout (self, name)
 Remove plot from layout. More...
 
def add_new_value (self, name, value)
 Add new value to a given plot. More...
 
def add_mark (self, text)
 Add mark to the plot object. More...
 
def reset_plots (self)
 Reset plot objects. More...
 
def plot_accumulated (self)
 Plot accumulated data. More...
 

Detailed Description

Plot class.

This class manages a plotting object.

Constructor & Destructor Documentation

◆ __init__()

def pylampgui.plotmgr.PlotMgr.__init__ (   self,
  layout 
)

Class constructor.

Parameters
layoutplot layout

Member Function Documentation

◆ add_feedback()

def pylampgui.plotmgr.PlotMgr.add_feedback (   self)

Add feedback layout to the plot.

◆ add_mark()

def pylampgui.plotmgr.PlotMgr.add_mark (   self,
  text 
)

Add mark to the plot object.

Parameters
textmark to be added.

◆ add_new_value()

def pylampgui.plotmgr.PlotMgr.add_new_value (   self,
  name,
  value 
)

Add new value to a given plot.

Parameters
namename of the plot.
valuevalue

◆ add_plot_to_layout()

def pylampgui.plotmgr.PlotMgr.add_plot_to_layout (   self,
  name,
  title,
  label_y 
)

Add plot to the layout.

Parameters
namename of the plot.
titleplot title.
label_ylabel for axis y.

◆ plot_accumulated()

def pylampgui.plotmgr.PlotMgr.plot_accumulated (   self)

Plot accumulated data.

◆ remove_plot_from_layout()

def pylampgui.plotmgr.PlotMgr.remove_plot_from_layout (   self,
  name 
)

Remove plot from layout.

Parameters
namename of the plot.

◆ reset_plots()

def pylampgui.plotmgr.PlotMgr.reset_plots (   self)

Reset plot objects.


The documentation for this class was generated from the following file: