labscript_utils.labconfig.load_appconfig

labscript_utils.labconfig.load_appconfig(filename)[source]

Load an .ini file and return a dictionary of its contents. All values will be converted to Python objects with ast.literal_eval(). All keys will be lowercase regardless of the written contents on the .ini file.