ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
pymotgui.plotmgr.PlotMgr Class Reference

Plot class. More...

Inheritance diagram for pymotgui.plotmgr.PlotMgr:

Public Member Functions

def __init__
 
def addPosition
 
def addError
 
def addVelocity
 
def addPlotToLayout
 
def removePlotFromLayout
 
def addNewValue
 
def addMark
 
def resetPlots
 
def plotAccumulated
 

Detailed Description

Plot class.

This class manages a set of motor plotting.

Constructor & Destructor Documentation

def pymotgui.plotmgr.PlotMgr.__init__ (   self,
  layout,
  position = True,
  error = True,
  velocity = True 
)

Member Function Documentation

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)

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