mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-06 07:08:40 +01: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:
committed by
Christian Appel
parent
fca4f31fb0
commit
6a350b4738
@@ -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