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

Plot class. More...

Public Member Functions

def __init__ (self)
 Class constructor. More...
 
def set_layout_Index (self, index)
 Set plot layout index. More...
 
def update_layout_index (self, index)
 Update plot layout index. More...
 
def get_layout_index (self)
 Get plot layout index. More...
 
def create_widget (self, title, label_y)
 Create plot widget. More...
 
def disable_plot (self)
 Disable plot. More...
 
def add_value (self, value)
 Add plot value. More...
 
def add_mark (self, text)
 Add plot mark. More...
 
def remove_marks (self)
 Remove plot marks. More...
 
def get_plot_widget (self)
 Get plot widget. More...
 
def reset_plot (self)
 Reset plot. More...
 
def plot_accumulated (self)
 Plot accumulated plot. More...
 

Detailed Description

Plot class.

This class handles all parameters for a single plot. The plot object is based on the PyQtGraph library. It manages two set of data vectors. One for a quick view of the incoming values and one for the accumulated values.

Constructor & Destructor Documentation

◆ __init__()

def pylampgui.plotmgr.Plot.__init__ (   self)

Class constructor.

Member Function Documentation

◆ add_mark()

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

Add plot mark.

◆ add_value()

def pylampgui.plotmgr.Plot.add_value (   self,
  value 
)

Add plot value.

◆ create_widget()

def pylampgui.plotmgr.Plot.create_widget (   self,
  title,
  label_y 
)

Create plot widget.

◆ disable_plot()

def pylampgui.plotmgr.Plot.disable_plot (   self)

Disable plot.

◆ get_layout_index()

def pylampgui.plotmgr.Plot.get_layout_index (   self)

Get plot layout index.

◆ get_plot_widget()

def pylampgui.plotmgr.Plot.get_plot_widget (   self)

Get plot widget.

◆ plot_accumulated()

def pylampgui.plotmgr.Plot.plot_accumulated (   self)

Plot accumulated plot.

◆ remove_marks()

def pylampgui.plotmgr.Plot.remove_marks (   self)

Remove plot marks.

◆ reset_plot()

def pylampgui.plotmgr.Plot.reset_plot (   self)

Reset plot.

◆ set_layout_Index()

def pylampgui.plotmgr.Plot.set_layout_Index (   self,
  index 
)

Set plot layout index.

◆ update_layout_index()

def pylampgui.plotmgr.Plot.update_layout_index (   self,
  index 
)

Update plot layout index.


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