Commit 79dbfa03 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Adds constant strategy

Showing with 1 addition and 1 deletion
+1 -1
......@@ -416,7 +416,7 @@ class OhmPiHardware:
vab = np.min([np.abs(tx_volt), vab_max])
if strategy == 'constant':
vab_max = vab
tx_volt = vab * .9
vab = vab * .9
strategy = 'vmax'
vab_max = np.abs(vab_max)
vmn_min = np.abs(vmn_min)
......
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