mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-07-10 09:20:56 +02:00
Update psi_motor.py
This commit is contained in:
committed by
Christian Appel
co-authored by
Christian Appel
parent
5610b7e271
commit
0bd2e12880
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user