Commit 9ff9886f authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Updates R shunt test

Showing with 1 addition and 1 deletion
+1 -1
......@@ -453,7 +453,7 @@ class OhmPiTests():
self._hw.switch_mux(quad, roles, state='on', bypass_ab_check=True)
self._hw.tx.pwr._voltage_max = 2.
self._hw.tx.pwr._current_max_tolerance = 0.
self._hw.tx.pwr.current_max = 0.050 # mA
self._hw.tx.pwr.current_max = 0.045 # mA
# self._hw._vab_pulse(duration=injection_duration, vab=tx_volt)
time.sleep(.5)
injection = Thread(target=self._hw._inject, kwargs={'injection_duration': injection_duration, 'polarity': 1})
......
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