From 7148b7082aba0906ef94d778c0756f9e5a35bdd9 Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Mon, 9 Oct 2023 15:57:08 +0200 Subject: [PATCH] test pulse --- ohmpi/hardware_components/mb_2023_0_X.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ohmpi/hardware_components/mb_2023_0_X.py b/ohmpi/hardware_components/mb_2023_0_X.py index f2766d54..5bcdff04 100644 --- a/ohmpi/hardware_components/mb_2023_0_X.py +++ b/ohmpi/hardware_components/mb_2023_0_X.py @@ -159,10 +159,10 @@ class Tx(TxAbstract): @polarity.setter def polarity(self, polarity): - print(polarity) assert polarity in [-1, 0, 1] - print(f'asserted polarity: {self.polarity}') self._polarity = polarity + print(f'asserted polarity: {self.polarity}') + if polarity == 1: self.pin0.value = True self.pin1.value = False -- GitLab