From 132f9223f9f4cdfc92efc88c7909c24acc934271 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Sat, 15 Apr 2023 12:38:00 +0200
Subject: [PATCH] Attempts to fix property issue in TxAbstract init

---
 hardware/abstract_hardware.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hardware/abstract_hardware.py b/hardware/abstract_hardware.py
index 0cae0060..fa2f99fa 100644
--- a/hardware/abstract_hardware.py
+++ b/hardware/abstract_hardware.py
@@ -29,7 +29,6 @@ class TxAbstract(ABC):
         self._inj_time = None
         self._dps_state = 'off'
         self._adc_gain = 1.
-        self.polarity = polarity
         self.inj_time = inj_time
         self.exec_logger.debug(f'{self.board_name} TX initialization')
 
-- 
GitLab