Script execution

This commit is contained in:
gac-x04sa
2018-10-18 17:23:39 +02:00
parent 3b525809be
commit 3be9d60590
+3
View File
@@ -45,6 +45,9 @@ class Mythen(DeviceBase, Readable):
ret = caget( self.prefix + ":Stats5:Total_RBV", 'i')
self.setCache(ret, None)
return ret
def get_status(self):
return caget(self.prefix + ":cam1:DetectorState_RBV")
def doUpdate(self):
self.get_total_counts()