Note

Ophyd async is included on a provisional basis until the v1.0 release and may change API on minor release numbers before then

ophyd_async.epics.adsimdetector.SimController#

class ophyd_async.epics.adsimdetector.SimController(driver: ADBaseIO, good_states: Set[DetectorState] = {DetectorState.Aborted, DetectorState.Idle})[source]#

Bases: DetectorControl

Methods

get_deadtime(exposure: float) float[source]#
async prepare(trigger_info: TriggerInfo)[source]#
async arm()[source]#
async wait_for_idle()[source]#
async disarm()[source]#