Commit 54eee313 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes bug in _compute_tx_volt

Showing with 2 additions and 0 deletions
+2 -0
......@@ -540,6 +540,8 @@ class OhmPiHardware:
k = k + 1
vab_list[k] = np.min(vabs)
time.sleep(0.5)
if self.tx.pwr.voltage_adjustable:
self.tx.pwr.voltage = vab_list[k]
vab_opt = vab_list[k]
print(f'Selected Vab: {vab_opt:.2f}')
......
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