Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user