Note

Ophyd async is considered experimental until the v1.0 release and may change API on minor release numbers before then

ophyd_async.epics.adcore#

Members

ADBaseIO

AreaDetector

DetectorState

Default set of states of an AreaDetector driver.

NDArrayBaseIO

NDFileIO

NDFileHDFIO

NDPluginBaseIO

NDPluginStatsIO

Plugin for computing statistics from an image or region of interest within an image.

ADBaseDatasetDescriber

ADBaseController

ADWriter

ADHDFWriter

ADTIFFWriter

ADJPEGWriter

SingleTriggerDetector

ADBaseDataType

FileWriteMode

ImageMode

NDAttributePv

NDAttributeParam

NDAttributeDataType

stop_busy_record

NDAttributePvDbrType

class ophyd_async.epics.adcore.DetectorState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Default set of states of an AreaDetector driver. See definition in ADApp/ADSrc/ADDriver.h in areaDetector/ADCore

class ophyd_async.epics.adcore.NDPluginStatsIO(prefix: str, name: str = '')[source]#

Plugin for computing statistics from an image or region of interest within an image.

class ophyd_async.epics.adcore.NDAttributePv(name: str, signal: ophyd_async.core._signal.SignalR, dbrtype: ophyd_async.epics.adcore._utils.NDAttributePvDbrType, description: str = '')[source]#
class ophyd_async.epics.adcore.NDAttributeParam(name: str, param: str, datatype: ophyd_async.epics.adcore._utils.NDAttributeDataType, addr: int = 0, description: str = '')[source]#