Commit 76e3092e authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Sets polarity to 0 after each pulse

Showing with 1 addition and 0 deletions
+1 -0
......@@ -324,6 +324,7 @@ class OhmPiHardware:
injection.start()
readings.join()
injection.join()
self.tx.polarity = 0
def _vab_pulses(self, vab, lengths, sampling_rate, polarities=None, append=False):
n_pulses = len(lengths)
......
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