From 9c0ba9eebd843c445344c6554160322a64de2432 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Fri, 2 Jun 2023 09:04:18 +0200 Subject: [PATCH] Debugs ohmpi_card_3_15 rx ctl --- ohmpi/hardware_components/ohmpi_card_3_15.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpi/hardware_components/ohmpi_card_3_15.py b/ohmpi/hardware_components/ohmpi_card_3_15.py index b630ffa1..e378bdc3 100644 --- a/ohmpi/hardware_components/ohmpi_card_3_15.py +++ b/ohmpi/hardware_components/ohmpi_card_3_15.py @@ -206,7 +206,7 @@ class Rx(RxAbstract): super().__init__(**kwargs) if self.ctl is None: self.ctl = ctl_module.Ctl() - print(f'ctl: {self.ctl}') # TODO: delete me! + print(f'ctl: {self.ctl}, {type(self.ctl)}') # TODO: delete me! # ADS1115 for voltage measurement (MN) self._ads_voltage_address = 0x49 self._adc_gain = 2/3 -- GitLab