From 84fe62db5496f8c2ea594332de006cf3df842775 Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Sun, 15 Oct 2023 21:39:44 +0200 Subject: [PATCH] Minor cleaning --- ohmpi/hardware_system.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py index 377e624a..991035c7 100644 --- a/ohmpi/hardware_system.py +++ b/ohmpi/hardware_system.py @@ -444,7 +444,6 @@ class OhmPiHardware: sampling_rate = RX_CONFIG['sampling_rate'] if self.tx.pwr.voltage_adjustable: if self.tx.pwr.voltage != vab: - print('re-setting_voltage',self.tx.pwr.voltage,vab) self.tx.pwr.voltage = vab else: vab = self.tx.pwr.voltage @@ -540,7 +539,7 @@ class OhmPiHardware: self.exec_logger.event(f'OhmPiHardware\tswitch_mux\tend\t{datetime.datetime.utcnow()}') return status - def test_mux(self, channel=None, activation_time=1.0): #TODO: is this needed at OhmpiHardware level? + def test_mux(self, channel=None, activation_time=1.0): #TODO: add test in reverse order on each mux board """Interactive method to test the multiplexer. Parameters -- GitLab