dodal.devices.electron_analyser.base.BaseElectronAnalyserDetector#
- class dodal.devices.electron_analyser.base.BaseElectronAnalyserDetector[source]#
Detector for data acquisition of electron analyser. Can only acquire using settings already configured for the device.
If possible, this should be changed to inherit from a StandardDetector. Currently, StandardDetector forces you to use a file writer which doesn’t apply here. See issue bluesky/ophyd-async#888
- Parameters:
controller (
ElectronAnalyserController[TypeVar(TAbstractAnalyserDriverIO, bound=AbstractAnalyserDriverIO),TypeVar(TAbstractBaseRegion, bound=AbstractBaseRegion)])name (
str, default:'')
Methods
describe()describe_configuration()read()read_configuration()set(region)trigger()Attributes