Source code for dodal.devices.s4_slit_gaps
from ophyd import Component, Device, EpicsMotor
[docs]
class S4SlitGaps(Device):
"""Note that the S4 slits have a different PV fromat to other beamline slits"""
xgap = Component(EpicsMotor, "XGAP")
ygap = Component(EpicsMotor, "YGAP")