H5T.insert
Adds a new member to a compound datatype.
Parameters:
parent_id | Datatype identifier | |
name | Name of the field to insert | |
offset | Offset in memory structure of the field to insert | |
member_id | Datatype identifier of the field to insert |
Description:
See original function at https://support.hdfgroup.org/documentation/hdf5/latest/group___c_o_m_p_o_u_n_d.html.
See also: H5T.open, H5T.close
Source Code: H5T.insert