mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-06 03:40:41 +02:00
Update psi_motor.py
This commit is contained in:
parent
d516cc01b5
commit
26e7929d9d
@ -79,6 +79,9 @@ class EpicsMotorEC(EpicsMotorMR):
|
||||
"""
|
||||
|
||||
USER_ACCESS = ["reset"]
|
||||
|
||||
motor_done_move = Component(EpicsSignalRO, ".DMOV", auto_monitor=True, kind=Kind.normal)
|
||||
|
||||
motor_enable_readback = Component(EpicsSignalRO, "-EnaAct", auto_monitor=True, kind=Kind.normal)
|
||||
motor_enable = Component(
|
||||
EpicsSignal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user