save_monte_carlo_history_from_dict#

relsad.results.storage.save_monte_carlo_history_from_dict(save_dict: dict, comp_list: list, attribute: str, save_dir: str)[source]#

Saves history from dictionary to files

Parameters
  • save_dict (dict) – Dictionary with simulation results

  • comp_list (list) – A list of system componets

  • attribute (str) – A system attribute

  • save_dir (str) – The saving directory

Return type

None