Commit 52185627 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Tries to address vmax issue

Showing with 2 additions and 2 deletions
+2 -2
......@@ -585,9 +585,9 @@ class OhmPi(object):
self.data_logger.info(dd)
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(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')
else:
self.exec_logger.info(f'Skipping {quad}')
......
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