Commit de4749fe authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes bug in _compute_tx_volt

Showing with 2 additions and 1 deletion
+2 -1
...@@ -444,9 +444,10 @@ class OhmPiHardware: ...@@ -444,9 +444,10 @@ class OhmPiHardware:
Resistance between injection electrodes Resistance between injection electrodes
""" """
# Get those values from components # TODO: Get those values from components
p_max = 2.5 p_max = 2.5
vmn_max = 5. vmn_max = 5.
vab_max = 50.
# define a sill # define a sill
diff_vab_lim = 2.5 diff_vab_lim = 2.5
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment