executorlib.standalone.hdf.get_output#
- executorlib.standalone.hdf.get_output(file_name: str) tuple[bool, bool, Any][source]#
Check if output is available in the HDF5 file
- Parameters:
file_name (str) – file name of the HDF5 file as absolute path
- Returns:
boolean flag indicating if output is available and the output object itself
- Return type:
Tuple[bool, bool, object]