mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-11 05:47:14 +02:00
Update psi_motor.py
This commit is contained in:
@ -30,6 +30,7 @@ class EpicsMotorMR(EpicsMotor):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
tolerated_alarm = AlarmSeverity.INVALID
|
tolerated_alarm = AlarmSeverity.INVALID
|
||||||
|
motor_done_move = Component(EpicsSignalRO, ".DMOV", auto_monitor=True, kind=Kind.normal)
|
||||||
|
|
||||||
motor_deadband = Component(EpicsSignalRO, ".RDBD", auto_monitor=True, kind=Kind.config)
|
motor_deadband = Component(EpicsSignalRO, ".RDBD", auto_monitor=True, kind=Kind.config)
|
||||||
motor_mode = Component(
|
motor_mode = Component(
|
||||||
@ -79,9 +80,6 @@ class EpicsMotorEC(EpicsMotorMR):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
USER_ACCESS = ["reset"]
|
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_readback = Component(EpicsSignalRO, "-EnaAct", auto_monitor=True, kind=Kind.normal)
|
||||||
motor_enable = Component(
|
motor_enable = Component(
|
||||||
EpicsSignal,
|
EpicsSignal,
|
||||||
|
Reference in New Issue
Block a user