h5dump Dump the content of an H5 object on the standard output stream Calling Sequence h5dataset(obj, name) h5dataset(filename, name) Arguments obj a H5Object name a string giving the path to dump filename a string giving the filename Description Write the content of an H5 object in the standard output stream. Useful to help debugging and checking that everything is ok with the object. Examples See Also h5open History 5.5.0 HDF5 module introduced.