exosim.output.utils# Functions# recursively_save_dict_contents_to_output(output, dic) Will recursive write a dictionary into output. store_thing(output, key, item) It stores one thing into the Output Module Contents# recursively_save_dict_contents_to_output(output, dic)[source]# Will recursive write a dictionary into output. :param Output: Group (or root) in output file to write to :param dic: Dictionary we want to write :type dic: dict store_thing(output, key, item)[source]# It stores one thing into the Output :param Output: Group (or root) in output file to write to :param key: name for the stored item :type key: str :param item: item to store :type item: obj