save_result

ProjectIoInterface.save_result(result: Result, result_path: str, *, saving_options: SavingOptions = SavingOptions(data_filter=None, data_format='nc', parameter_format='csv', report=True)) list[str][source]

Save a Result instance to a spec file.

NOT IMPLEMENTED

Parameters:
  • result (Result) – Result instance to save to specs file.

  • result_path (str) – Path to write the result data to.

  • saving_options (SavingOptions) – Options for the saved result.