Commit 69dd2a07 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Tries to address vmax issue

Showing with 1 addition and 1 deletion
+1 -1
...@@ -588,7 +588,7 @@ class OhmPi(object): ...@@ -588,7 +588,7 @@ class OhmPi(object):
#TODO: For pwr_adjustable only and perhaps in a separate function (or at _hw level) #TODO: For pwr_adjustable only and perhaps in a separate function (or at _hw level)
self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='on') self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='on')
self._hw.tx.polarity = 1 self._hw.tx.polarity = 1
time.sleep(2.0) time.sleep(1.0)
self._hw.tx.polarity = 0 self._hw.tx.polarity = 0
self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='off') self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='off')
else: else:
......
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