save_history#

relsad.results.storage.save_history(obj_list: list, attribute: str, time_unit: relsad.Time.TimeUnit, save_dir: str)[source]#

Saves history to files

Parameters
  • obj_list (list) – A list of relsad objects

  • attribute (str) – A system attribute

  • time_unit (TimeUnit) – The time unit of the simulation

  • save_dir (str) – The saving directory

Return type

None