H5F.create
Creates an HDF5 file.
Parameters:
fname | Name of the file to create | |
flags | File access flags. One of {"H5F_ACC_TRUNC" | "H5F_ACC_EXCL" }. The default is "H5F_ACC_TRUNC" . | |
fcpl_id | File creation property list identifier. The default is "H5P_DEFAULT" . | |
fapl_id | File access property list identifier. The default is "H5P_DEFAULT" . |
Description:
See original function at https://support.hdfgroup.org/documentation/hdf5/latest/group___h5_f.html.
Source Code: H5F.create