diff --git a/eco/xoptics/pp.py b/eco/xoptics/pp.py index c840e17..6e7aeb4 100755 --- a/eco/xoptics/pp.py +++ b/eco/xoptics/pp.py @@ -38,12 +38,12 @@ class Pulsepick: def open(self): self._openclose.put(1) - self._evrsrc.put(62) + #self._evrsrc.put(62) print("Opened Pulse Picker") def close(self): self._openclose.put(0) - self._evrsrc.put(62) + #self._evrsrc.put(62) print("Closed Pulse Picker") def trigger(self):