Skip to content

Commit

Permalink
hyperion #685 use ExtendedEpicsMotor for smargon omega
Browse files Browse the repository at this point in the history
  • Loading branch information
d-perl committed Mar 8, 2024
1 parent 4cddb79 commit 9930578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/smargon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Smargon(MotorBundle):
z = Cpt(EpicsMotor, "Z")
chi = Cpt(EpicsMotor, "CHI")
phi = Cpt(EpicsMotor, "PHI")
omega = Cpt(EpicsMotor, "OMEGA")
omega = Cpt(ExtendedEpicsMotor, "OMEGA")

real_x1 = Cpt(EpicsMotor, "MOTOR_3")
real_x2 = Cpt(EpicsMotor, "MOTOR_4")
Expand Down

0 comments on commit 9930578

Please sign in to comment.