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
parent 97459bad76
commit 13c2a4d761

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