From 6678ec299a86e11189d98fb30396b21556da1386 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Tue, 26 Sep 2023 09:00:57 +0200 Subject: [PATCH] set batt message at debug --- ohmpi/hardware_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py index c4153060..5427a16b 100644 --- a/ohmpi/hardware_system.py +++ b/ohmpi/hardware_system.py @@ -385,7 +385,7 @@ class OhmPiHardware: def _vab_pulses(self, vab, durations, sampling_rate, polarities=None, append=False): n_pulses = len(durations) - self.exec_logger.warning(f'n_pulses: {n_pulses}') + self.exec_logger.debug(f'n_pulses: {n_pulses}') if sampling_rate is None: sampling_rate = RX_CONFIG['sampling_rate'] if polarities is not None: -- GitLab