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
Ophyd-async implementation of an ADVimba Detector. |
|
|
|
This mirrors the interface provided by ADVimba/db/vimba.template. |
|
|
|
|
|
|
- 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.