Source code for dodal.devices.flux
from ophyd import Component, Device, EpicsSignalRO, Kind
[docs]
class Flux(Device):
"""Simple device to get the flux reading"""
flux_reading = Component(EpicsSignalRO, "SAMP", kind=Kind.hinted)
from ophyd import Component, Device, EpicsSignalRO, Kind
[docs]
class Flux(Device):
"""Simple device to get the flux reading"""
flux_reading = Component(EpicsSignalRO, "SAMP", kind=Kind.hinted)