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.core.HDFDataset#

class ophyd_async.core.HDFDataset(data_key: str, dataset: str, shape: Sequence[int] = <factory>, dtype_numpy: str = '', multiplier: int = 1, swmr: bool = False)[source]#

Bases: object

Methods

Attributes

data_key: str#
dataset: str#
shape: Sequence[int]#
dtype_numpy: str = ''#
multiplier: int = 1#
swmr: bool = False#