Script execution

This commit is contained in:
gac-x04sa
2018-10-30 10:30:40 +01:00
parent 241b7b4b4e
commit f9ee7421b3
+1 -1
View File
@@ -65,7 +65,7 @@ class Mythen(DeviceBase, Readable):
self.read()
self.is_acquiring()
def abort():
def abort(self):
while (mythen.is_acquiring()):
mythen.stop()
time.sleep(0.25)