Function Reference: H5A.read

: 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://support.hdfgroup.org/documentation/hdf5/latest/group___h5_a.html.

See also: H5D.read

Source Code: H5A.read