H5A.read
Read an attribute specified with attr_id.
Import data from dataset.
Parameters:
attr_id | Location or attribute identifier | |
mem_type_id | Target datatype (use H5ML_DEFAULT for automatic conversion) |
Description:
Only data with atomic HDF5 data types are handled. See help H5D.read
for details about automatic data type conversion.
See original function at https://portal.hdfgroup.org/display/HDF5/H5A_READ.
See also: H5D.read
Source Code: H5A.read