From 1a8005891627b61e04460dc74e53373cfdd61cbd Mon Sep 17 00:00:00 2001
From: awatlet <arnaud.watlet@umons.ac.be>
Date: Mon, 9 Oct 2023 15:50:03 +0200
Subject: [PATCH] test pulse

---
 ohmpi/hardware_components/mb_2023_0_X.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ohmpi/hardware_components/mb_2023_0_X.py b/ohmpi/hardware_components/mb_2023_0_X.py
index e9dfefd7..3109527a 100644
--- a/ohmpi/hardware_components/mb_2023_0_X.py
+++ b/ohmpi/hardware_components/mb_2023_0_X.py
@@ -207,6 +207,7 @@ class Tx(TxAbstract):
         if voltage is not None:
             self.pwr.voltage = voltage
         self.exec_logger.debug(f'Voltage pulse of {polarity*self.pwr.voltage:.3f} V for {length:.3f} s')
+        print('inject')
         self.inject(polarity=polarity, injection_duration=length)
         self.exec_logger.event(f'{self.board_name}\ttx_voltage_pulse\tend\t{datetime.datetime.utcnow()}')
 
-- 
GitLab