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