Skip to content

Commit

Permalink
Revert "Revert "Correct SlitMotor postfixes to include periods at end""
Browse files Browse the repository at this point in the history
This reverts commit 014202c.
  • Loading branch information
dan-fernandes committed Sep 26, 2023
1 parent ccc8e12 commit 4aeba85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dodal/devices/slits/slit_motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class SlitMotor(Device, Movable, Readable):
tweak_reverse: EpicsSignal = Component(EpicsSignal, ".TWR")
tweak_value: EpicsSignal = Component(EpicsSignal, ".TWV")

done_moving: EpicsSignalRO = Component(EpicsSignalRO, "DMOV")
alarm_severity: EpicsSignalRO = Component(EpicsSignalRO, "SEVR")
done_moving: EpicsSignalRO = Component(EpicsSignalRO, ".DMOV")
alarm_severity: EpicsSignalRO = Component(EpicsSignalRO, ".SEVR")

stop_motor: EpicsSignal = Component(EpicsSignal, ".STOP")

Expand Down

0 comments on commit 4aeba85

Please sign in to comment.