ifw-fcf
5.0.0-pre2
|
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... | |
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.
def pylampgui.plotmgr.Plot.__init__ | ( | self | ) |
Class constructor.
def pylampgui.plotmgr.Plot.add_mark | ( | self, | |
text | |||
) |
Add plot mark.
def pylampgui.plotmgr.Plot.add_value | ( | self, | |
value | |||
) |
Add plot value.
def pylampgui.plotmgr.Plot.create_widget | ( | self, | |
title, | |||
label_y | |||
) |
Create plot widget.
def pylampgui.plotmgr.Plot.disable_plot | ( | self | ) |
Disable plot.
def pylampgui.plotmgr.Plot.get_layout_index | ( | self | ) |
Get plot layout index.
def pylampgui.plotmgr.Plot.get_plot_widget | ( | self | ) |
Get plot widget.
def pylampgui.plotmgr.Plot.plot_accumulated | ( | self | ) |
Plot accumulated plot.
def pylampgui.plotmgr.Plot.remove_marks | ( | self | ) |
Remove plot marks.
def pylampgui.plotmgr.Plot.reset_plot | ( | self | ) |
Reset plot.
def pylampgui.plotmgr.Plot.set_layout_Index | ( | self, | |
index | |||
) |
Set plot layout index.
def pylampgui.plotmgr.Plot.update_layout_index | ( | self, | |
index | |||
) |
Update plot layout index.