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

class ophyd_async.core.HDFFile(full_file_name: Path, datasets: List[HDFDataset], hostname: str = 'localhost')[source]#

Bases: object

Parameters:
  • full_file_name – Absolute path to the file to be written

  • datasets – Datasets to write into the file

Methods

stream_resources() Iterator[StreamResource][source]#
stream_data(indices_written: int) Iterator[StreamDatum][source]#
close() None[source]#