Function Reference: H5A.get_type

dl>
oct-hdf5: type_id = H5A.get_type (attr_id)

Return a datatype identifier if successful; otherwise returns a negative value.

Parameters:

attr_idIdentifier of an attribute

Description:

The datatype identifier type_id returned from this function must be released with H5T.close or resource leaks will develop. See original function at https://portal.hdfgroup.org/display/HDF5/H5A_GET_TYPE.

See also: H5T.close

Source Code: H5A.get_type