Function Reference: H5T.get_class

dl>
: class_id = H5T.get_class (type_id)

Get the class of the data type specified by type_id.

The output can be 'H5T_INTEGER', 'H5T_FLOAT', 'H5T_STRING', 'H5T_BITFIELD', 'H5T_OPAQUE', 'H5T_COMPOUND', 'H5T_REFERENCE', 'H5T_ENUM', 'H5T_VLEN', or 'H5T_ARRAY'. See also:

Source Code: H5T.get_class