Function Reference: H5A.read

dl>
: data = H5A.read (attr_id)
: data = H5A.read (attr_id, mem_type_id)

Read an attribute specified with attr_id.

Import data from dataset.

Parameters:

attr_idLocation or attribute identifier
mem_type_idTarget 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