|
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
|