do not override motor_done_move

The _move_chnaged method is decorated by @motor_done_move.sub_value.
Overriding this signal breaks the callback.
This commit is contained in:
Xiaoqiang Wang
2025-07-09 15:57:42 +02:00
committed by Christian Appel
parent fca4f31fb0
commit 6a350b4738

View File

@@ -30,9 +30,6 @@ class EpicsMotor(OphydEpicsMotor):
"""
tolerated_alarm = AlarmSeverity.INVALID
motor_done_move = Cpt(
EpicsSignalRO, ".DMOV", auto_monitor=True, kind=Kind.normal, docs="Done moving to value"
)
motor_deadband = Cpt(
EpicsSignal, ".RDBD", auto_monitor=True, kind=Kind.config, docs="Retry Deadband (EGU)"