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

Updates compute_tx

Showing with 3 additions and 1 deletion
+3 -1
...@@ -345,7 +345,9 @@ class OhmPiHardware: ...@@ -345,7 +345,9 @@ class OhmPiHardware:
if new_vab == vab_max: if new_vab == vab_max:
print('Vab bounded by Vab max') print('Vab bounded by Vab max')
elif new_vab == cond_p_max: elif new_vab == cond_p_max:
print('Vab bounded by Pmax') print('Vab bounded by P max')
elif new_vab == cond_iab_max:
print('Vab bounded by Iab max')
else: else:
assert new_vab == cond_vmn_max assert new_vab == cond_vmn_max
print('Vab bounded by Vmn max') print('Vab bounded by Vmn max')
......
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