|
ifw-fcf
2.0.0
|
Public Member Functions | |
| def | __init__ |
| def | addPosition |
| def | addError |
| def | addVelocity |
| def | addPlotToLayout |
| def | removePlotFromLayout |
| def | addNewValue |
| def | addMark |
| def | resetPlots |
| def | plotAccumulated |
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 | ) |
1.8.5