BCDA-APS / bdp_controls

APS-U Beam line Data Pipelines - experiment controls with EPICS and Bluesky
Other
0 stars 1 forks source link

refactor use of fine (ao) to SoftPositioner #44

Closed prjemian closed 2 years ago

prjemian commented 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.