Skip to content

Commit

Permalink
revertthe slits4 change
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Aug 1, 2024
1 parent 6f319e6 commit 434a7e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dodal/devices/slits.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class SpecialSlitsi22(StandardReadable):

def __init__(self, prefix: str, name: str = "") -> None:
with self.add_children_as_readables():
self.x = Motor(prefix + "X:RBV")
self.y = Motor(prefix + "Y:RBV")
self.horizontal_dso = Motor(prefix + "HDSO:RBV")
self.vertical_dso = Motor(prefix + "VDSO:RBV")
self.x = Motor(prefix + "X")
self.y = Motor(prefix + "Y")
self.horizontal_dso = Motor(prefix + "HDSO")
self.vertical_dso = Motor(prefix + "VDSO")
super().__init__(name)

0 comments on commit 434a7e7

Please sign in to comment.