|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5G_OPEN function opens an existing group within an HDF5 file.
Result = H5G_OPEN(Loc_id, Name)
Returns the group's identifier number. This identifier can be released with the H5G_CLOSE.
An integer representing the identifier of the file or group containing the group to be accessed.
A string representing the name of the group to be accessed.
None
IDL Online Help (March 06, 2007)