scippnexus.Group#

class scippnexus.Group(group, definitions=None)#

A group in a NeXus file.

This class is a wrapper around an h5py.Group object. It provides a dict-like interface to the children of the group, and provides access to the attributes of the group. The children are either Field or Group objects, depending on whether the child is a dataset or a group, respectively.