scippneutron.io.sqw.Sqw#
- class scippneutron.io.sqw.Sqw(*, sqw_io, file_header, block_allocation_table)[source]#
-
Methods
__init__(*, sqw_io, file_header, ...)build(path, *[, title, byteorder])Return an iterator over the names of all stored data blocks.
open(cls, path, *[, byteorder])read_data_block(name[, level2_name])Attributes
byteorderfile_header- data_block_names()[source]#
Return an iterator over the names of all stored data blocks.
- Return type:
Iterable[io.sqw._models.DataBlockName(tuple[str, str])]