save

Result.save(path: StrOrPath, saving_options: SavingOptions = SavingOptions(data_filter=None, data_format='nc', parameter_format='csv', report=True)) list[str][source]

Save the result to given folder.

Parameters:
  • path (StrOrPath) – The path to the folder in which to save the result.

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

Returns:

Paths to all the saved files.

Return type:

list[str]