mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-12 19:51:52 +02:00
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:
@ -30,9 +30,6 @@ class EpicsMotor(OphydEpicsMotor):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
tolerated_alarm = AlarmSeverity.INVALID
|
tolerated_alarm = AlarmSeverity.INVALID
|
||||||
motor_done_move = Cpt(
|
|
||||||
EpicsSignalRO, ".DMOV", auto_monitor=True, kind=Kind.normal, docs="Done moving to value"
|
|
||||||
)
|
|
||||||
|
|
||||||
motor_deadband = Cpt(
|
motor_deadband = Cpt(
|
||||||
EpicsSignal, ".RDBD", auto_monitor=True, kind=Kind.config, docs="Retry Deadband (EGU)"
|
EpicsSignal, ".RDBD", auto_monitor=True, kind=Kind.config, docs="Retry Deadband (EGU)"
|
||||||
|
Reference in New Issue
Block a user