From de4749fee5eb5d76bdbe555f1d837eeee3537563 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Wed, 18 Oct 2023 22:51:44 +0200
Subject: [PATCH] Fixes bug in _compute_tx_volt

---
 ohmpi/hardware_system.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py
index e55efe3e..99327646 100644
--- a/ohmpi/hardware_system.py
+++ b/ohmpi/hardware_system.py
@@ -444,9 +444,10 @@ class OhmPiHardware:
             Resistance between injection electrodes
         """
 
-        # Get those values from components
+        # TODO: Get those values from components
         p_max = 2.5
         vmn_max = 5.
+        vab_max = 50.
 
         # define a sill
         diff_vab_lim = 2.5
-- 
GitLab