Source code for dodal.devices.scintillator
from ophyd import Component as Cpt
from ophyd import Device, EpicsMotor
[docs]
class Scintillator(Device):
y = Cpt(EpicsMotor, "-MO-SCIN-01:Y")
z = Cpt(EpicsMotor, "-MO-SCIN-01:Z")
from ophyd import Component as Cpt
from ophyd import Device, EpicsMotor
[docs]
class Scintillator(Device):
y = Cpt(EpicsMotor, "-MO-SCIN-01:Y")
z = Cpt(EpicsMotor, "-MO-SCIN-01:Z")