Source code for ophyd_async.epics.adsimdetector._sim_io

from ophyd_async.epics import adcore


[docs] class SimDriverIO(adcore.ADBaseIO): """Base class for driving simulated Areadetector IO. This mirrors the interface provided by ADSimDetector/db/simDetector.template. """ pass