labscript_utils.labconfig

Functions

load_appconfig(filename)

Load an .ini file and return a dictionary of its contents.

save_appconfig(filename, data)

Save a dictionary as an ini file.

Classes

EnvInterpolation()

Interpolation which expands environment variables in values, by post-filtering BasicInterpolation.before_get()

LabConfig([config_path, required_params, ...])