wxmtxy_axis
index
/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_axis.py

 
Modules
       
copy
pprint
pvConnect
time

 
Classes
       
Axis

 
class Axis
    EPICS PVs and connections for one axis
 
  Methods defined here:
Connect(self)
Try to initiate EPICS connection with named PVs
@return: [Boolean] if all axes connected
Disconnect(self)
Terminate EPICS connection with named PVs
GetConfigure(self)
Get the EPICS PVs for this X,Y pair
@return: Python dictionary of EPICS PV configuration
Move(self, position)
Send new position to VAL field of EPICS
SetConfigure(self, config)
Define the EPICS PVs for this X,Y pair
@param config: Python dictionary of EPICS PV configuration
Stop(self)
Send a STOP to EPICS
__init__(self)
declare initial storage

 
Data
        field_list = ['VAL', 'RBV', 'EGU', 'DESC', 'DMOV', 'STOP']