Note

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

ophyd_async.epics.advimba#

Members

VimbaDetector

Ophyd-async implementation of an ADVimba Detector.

VimbaController

VimbaDriverIO

This mirrors the interface provided by ADVimba/db/vimba.template.

VimbaExposeOutMode

VimbaOnOff

VimbaTriggerSource

class ophyd_async.epics.advimba.VimbaDetector(prefix: str, path_provider: ~ophyd_async.core._providers.PathProvider, drv_suffix: str = 'cam1:', writer_cls: type[~ophyd_async.epics.adcore._core_writer.ADWriter] = <class 'ophyd_async.epics.adcore._hdf_writer.ADHDFWriter'>, fileio_suffix: str | None = None, name: str = '', plugins: dict[str, ~ophyd_async.epics.adcore._core_io.NDPluginBaseIO] | None = None, config_sigs: ~collections.abc.Sequence[~ophyd_async.core._signal.SignalR] = ())[source]#

Ophyd-async implementation of an ADVimba Detector.

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

This mirrors the interface provided by ADVimba/db/vimba.template.