labscript_utils.labconfig.save_appconfig

labscript_utils.labconfig.save_appconfig(filename, data)[source]

Save a dictionary as an ini file. The keys of the dictionary comprise the section names, and the values must themselves be dictionaries for the names and values within each section. All section values will be converted to strings with pprint.pformat().