diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index fbd1e4d4361f02fd0681fc76750cc812eb2d5481..f46569639e4e7c5657c69ff0498344c72f337caf 100644 --- a/ohmpi/ohmpi.py +++ b/ohmpi/ohmpi.py @@ -583,7 +583,7 @@ class OhmPi(object): self._hw.tx.pwr.current_max = 0.001 self._hw.tx.pwr.power_max(0.1) new_quad = [quad[0], quad[0]] - self._hw.switch_mux(new_quad, roles=['A','B'], state='on', bypass_ab_check=True, bypass_ab_check=True) + self._hw.switch_mux(new_quad, roles=['A','B'], state='on', bypass_ab_check=True) # hw._vab_pulse(duration=injection_duration, vab=tx_volt) self._hw._inject(injection_duration=.2, polarity=1)