Closed prjemian closed 2 years ago
per this comment: https://github.com/BCDA-APS/bdp_controls/blob/4d03dc272e584dabe8d5b079f4335cbe59d7ea31/qserver/instrument/devices/samplexy_stage.py#L35
The use changed from a simple EpicsSignal to a SoftPositioner subclass with setpoint and readback attributes and move() and stop() methods.
setpoint
readback
move()
stop()
per this comment: https://github.com/BCDA-APS/bdp_controls/blob/4d03dc272e584dabe8d5b079f4335cbe59d7ea31/qserver/instrument/devices/samplexy_stage.py#L35
The use changed from a simple EpicsSignal to a SoftPositioner subclass with
setpoint
andreadback
attributes andmove()
andstop()
methods.