Skip to content

Commit

Permalink
Merge pull request #263 from DiamondLightSource/hyperion_984_arm_wait…
Browse files Browse the repository at this point in the history
…_for_load_then_centre

Add disabled signal to smargon
  • Loading branch information
DominicOram committed Dec 14, 2023
2 parents 7fe5eda + a883d23 commit 4b65498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dodal/devices/smargon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

from ophyd import Component as Cpt
from ophyd import Device, EpicsMotor
from ophyd import Device, EpicsMotor, EpicsSignal
from ophyd.epics_motor import MotorBundle
from ophyd.status import StatusBase

Expand Down Expand Up @@ -64,6 +64,8 @@ class Smargon(MotorBundle):

stub_offsets = Cpt(StubOffsets, "")

disabled = Cpt(EpicsSignal, "DISABLED")

def get_xyz_limits(self) -> XYZLimitBundle:
"""Get the limits for the x, y and z axes.
Expand Down

0 comments on commit 4b65498

Please sign in to comment.