Skip to content
Snippets Groups Projects
Commit 428c4475 authored by bliss administrator's avatar bliss administrator
Browse files

Added stop method for SoftTriggerMusstAcquisitionMaster

parent 29322000
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,11 @@ class SoftTriggerMusstAcquisitionMaster(AcquisitionMaster):
while self.musst.STATE == self.musst.RUN_STATE:
gevent.idle()
return True
def stop(self):
if self.device.STATE == self.device.RUN_STATE:
self.device.ABORT
class musstacc(musst):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment