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.DatasetDescriber#

class ophyd_async.core.DatasetDescriber(*args, **kwargs)[source]#

Bases: Protocol

Methods

np_datatype

Represents the numpy datatype

shape

Get the shape of the data collection

abstract async np_datatype() str[source]#

Represents the numpy datatype

abstract async shape() tuple[int, ...][source]#

Get the shape of the data collection