Skip to content

Commit

Permalink
Add done moving into the motor (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Apr 5, 2024
1 parent c31f638 commit e1782ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ophyd_async/epics/motion/motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__(self, prefix: str, name="") -> None:
self.motor_egu = epics_signal_r(str, prefix + ".EGU")
self.precision = epics_signal_r(int, prefix + ".PREC")
self.max_resolution = epics_signal_r(float, prefix + ".MRES")
self.motor_done_move = epics_signal_r(float, prefix + ".DMOV")
self.low_limit_travel = epics_signal_rw(int, prefix + ".LLM")
self.high_limit_travel = epics_signal_rw(int, prefix + ".HLM")

Expand Down

0 comments on commit e1782ed

Please sign in to comment.