mahos#
mahos implements the core functionality of the mahos system, instrument drivers, and common software components for logic and GUI.
List of functions exported at the top-level module mahos.
- mahos.load_gconf(file_name: str) dict#
load (global) configuration dict from file_name.
Since the file_name is passed to os.path.expanduser(), you can use ~ to specify user home directory.
- mahos.local_conf(gconf: dict, name: NodeName) dict#
get local configuration dict for Node name from gconf.