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

Updates hardware_system test_mux

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -325,7 +325,7 @@ class OhmPiHardware:
time.sleep(activation_time)
self.switch_mux(electrodes,roles, state='off')
else:
for c in self._cabling.keys:
for c in self._cabling.keys():
self.switch_mux(electrodes=c[0],roles=c[1],state='on')
time.sleep(activation_time)
self.switch_mux(electrodes=c[0], roles=c[1], state='off')
......
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