Source code for dodal.devices.fluorescence_detector_motion

from ophyd import Component as Cpt
from ophyd import Device, EpicsSignal


[docs] class FluorescenceDetector(Device): OUT = 0 IN = 1 pos = Cpt(EpicsSignal, "-EA-FLU-01:CTRL")