From e7c889ed58733522d11cea9579a56dab32d3ecb0 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Thu, 8 Jun 2023 14:56:04 +0200 Subject: [PATCH] Tests using 2 muxes --- ohmpi/hardware_system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py index 0cd8ec32..a365d36d 100644 --- a/ohmpi/hardware_system.py +++ b/ohmpi/hardware_system.py @@ -93,6 +93,7 @@ class OhmPiHardware: self._cabling = kwargs.pop('cabling', {}) self.mux_boards = {} for mux_id, mux_config in HARDWARE_CONFIG['mux'].items(): + print(f'mux_id: {mux_id}, mux_config: {mux_config}') # TODO: Delete me! mux_config.pop('model', '') constructor = mux_config.pop('constructor') ctl = mux_config.pop('ctl', self.ctl) -- GitLab