h5readattrRead the data of an HDF5 attributeCalling Sequence
h5readattr(obj [, location], name)
h5readattr(filename, location, name)
Argumentsobja H5Objectnamea string giving the path to the attribute namelocationa string giving the path to the group or the dataset containing the attributefilenamea string giving the filenameDescriptionRead the content of an attribute.ExamplesSee Also
h5read
h5writeattr
h5attr
History5.5.0HDF5 module introduced.