project_to_hdf5#

project_to_hdf5(project, filename='')[source]#

Creates an HDF5 file containing data from the specified objects

Parameters:
  • network (Network) – The network containing the desired data

  • phases (list[Phase]s (optional, default is none)) – A list of phase objects whose data are to be included

Returns:

f – A handle to an hdf5 file. This must be closed when done (i.e. f.close().

Return type:

hdf5 file handle