Attribute.open

Attribute open(hid_t locId, string name, hid_t aapl = H5P_DEFAULT)

Opens an existing attribute.

Parameters

locIdLocation identifier (file, group, or dataset handle)
nameName of the attribute to open
aaplAttribute access property list (default: H5P_DEFAULT)

Returns

A new Attribute instance

Throws

HDF5Exception if attribute opening fails