IN: Identifier of the file or group within which the packet table can be found.
const char * dset_name
IN: The name of the packet table to open.
Hdf rm anchor
AnchorName
description
Description:
HTML Wrap
class
hdf-rm-section
H5PTopen opens an existing packet table in the file or group specified by loc_id. dset_name is the name of the packet table and is used to identify it in the file. This function is used to open both fixed-length packet tables and variable-length packet tables. The packet table should later be closed with H5PTclose.
Hdf rm anchor
AnchorName
returns
Returns:
HTML Wrap
class
hdf-rm-section
Returns an identifier for the packet table, or H5I_BADID on error.