Commit 4dd9b0fc authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates set A and B to ground to discharge pwr

Showing with 4 additions and 0 deletions
+4 -0
......@@ -576,6 +576,10 @@ class OhmPi(object):
dd['cmd_id'] = str(cmd_id)
self.data_logger.info(dd)
self.switch_mux_on()
self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='on')
time.sleep(0.2)
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