|
ifw-fcf
5.0.0-pre2
|
Public Member Functions | |
| def | __init__ (self, layout, position=True, error=True, velocity=True) |
| def | addPosition (self) |
| def | addError (self) |
| def | addVelocity (self) |
| def | addPlotToLayout (self, name, title, label_y) |
| def | removePlotFromLayout (self, name) |
| def | addNewValue (self, name, value) |
| def | addMark (self, text) |
| def | resetPlots (self) |
| def | plotAccumulated (self) |
Plot class.
This class manages a set of motor plotting.
| def pymotgui.plotmgr.PlotMgr.__init__ | ( | self, | |
| layout, | |||
position = True, |
|||
error = True, |
|||
velocity = True |
|||
| ) |
| def pymotgui.plotmgr.PlotMgr.addError | ( | self | ) |
| def pymotgui.plotmgr.PlotMgr.addMark | ( | self, | |
| text | |||
| ) |
| def pymotgui.plotmgr.PlotMgr.addNewValue | ( | self, | |
| name, | |||
| value | |||
| ) |
| def pymotgui.plotmgr.PlotMgr.addPlotToLayout | ( | self, | |
| name, | |||
| title, | |||
| label_y | |||
| ) |
| def pymotgui.plotmgr.PlotMgr.addPosition | ( | self | ) |
| def pymotgui.plotmgr.PlotMgr.addVelocity | ( | self | ) |
| def pymotgui.plotmgr.PlotMgr.plotAccumulated | ( | self | ) |
| def pymotgui.plotmgr.PlotMgr.removePlotFromLayout | ( | self, | |
| name | |||
| ) |
| def pymotgui.plotmgr.PlotMgr.resetPlots | ( | self | ) |