changed pulse picker methods open/close to not change the trigger source to 62 and 63
This commit is contained in:
+2
-2
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user