Function Reference: H5A.get_type

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

See also: H5T.close

Source Code: H5A.get_type