coilpy.hdf5#

class coilpy.hdf5.HDF5(*args, **kwargs)[source]#

Bases: object

Create a python object for a HDF5 file.

Returns:

python HDF5 object.

Return type:

HDF5 class

Use as s = HDF5(filename), e.g. s=HDF5(“ext.h5”) This class can be iterated or entered. To check all the items, you can use self.inventory().

inventory(prefix='')[source]#

Print a list of items contained in this object

Parameters:

prefix (str, optional) – Header to be printed. Defaults to “”.