open# classmethod caput.memdata.fileformats.HDF5.open(*args, **kwargs) → h5py.File[source]# Open an HDF5 file using h5py. Parameters: *argsAnyPositional arguments passed to h5py.File. **kwargsAnyKeyword arguments passed to h5py.File. Returns: hdf5_handlerh5py.FileOpened instance of h5py.File.