diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py index b8ece675f071b39e87b80ed164c3f4f66ae9876e..1f1a2492b2c7e97204565e9bdb0e7d9f2a3d3862 100644 --- a/ohmpi/hardware_system.py +++ b/ohmpi/hardware_system.py @@ -104,6 +104,7 @@ class OhmPiHardware: assert issubclass(type(mux_config['ctl']), CtlAbstract) mux_config.update({'exec_logger': self.exec_logger, 'data_logger': self.data_logger, 'soh_logger': self.soh_logger}) + mux_config['id'] = mux_id print(f'mux_id: {mux_id}, mux_config: {mux_config}') # TODO: Delete me! # mux_config.update(**HARDWARE_CONFIG['tx'])