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

Plot class. More...

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)
 

Detailed Description

Plot class.

This class manages a set of motor plotting.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ addError()

def pymotgui.plotmgr.PlotMgr.addError (   self)

◆ addMark()

def pymotgui.plotmgr.PlotMgr.addMark (   self,
  text 
)

◆ addNewValue()

def pymotgui.plotmgr.PlotMgr.addNewValue (   self,
  name,
  value 
)

◆ addPlotToLayout()

def pymotgui.plotmgr.PlotMgr.addPlotToLayout (   self,
  name,
  title,
  label_y 
)

◆ addPosition()

def pymotgui.plotmgr.PlotMgr.addPosition (   self)

◆ addVelocity()

def pymotgui.plotmgr.PlotMgr.addVelocity (   self)

◆ plotAccumulated()

def pymotgui.plotmgr.PlotMgr.plotAccumulated (   self)

◆ removePlotFromLayout()

def pymotgui.plotmgr.PlotMgr.removePlotFromLayout (   self,
  name 
)

◆ resetPlots()

def pymotgui.plotmgr.PlotMgr.resetPlots (   self)

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