From 57a5779cc88a5df51707039adaf81b4ca0f0ff96 Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Mon, 9 Oct 2023 16:20:18 +0200 Subject: [PATCH] Corrects mcp_addresses --- ohmpi/hardware_components/mb_2024_0_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ohmpi/hardware_components/mb_2024_0_2.py b/ohmpi/hardware_components/mb_2024_0_2.py index 5c2b0795..15e24836 100644 --- a/ohmpi/hardware_components/mb_2024_0_2.py +++ b/ohmpi/hardware_components/mb_2024_0_2.py @@ -80,6 +80,7 @@ class Tx(Tx_mb_2023): Tx_mb_2023.inject(self, polarity=polarity, injection_duration=injection_duration) self.pin6.value = False + @property def polarity(self): return self._polarity -- GitLab