H5A.create
oct-hdf5: attribute_id = H5A.create (loc_id, attr_name, type_id, space_id, acpl_id)
oct-hdf5: attribute_id = H5A.create (loc_id, attr_name, type_id, space_id, acpl_id, aapl_id,)
Create an attribute, attr_name, which is attached to the object specified by the identifier loc_id.
Parameters:
| loc_id | Location or object identifier | |
| attr_name | Attribute name | |
| space_id | Attribute dataspace identifier | |
| acpl_id | Attribute creation property list identifier | |
| aapl_id | Attribute access property list identifier |
Description:
See original function at https://support.hdfgroup.org/documentation/hdf5/latest/group___h5_a.html.