Script execution
This commit is contained in:
@@ -54,7 +54,7 @@ class Mythen(DeviceBase, Readable):
|
||||
self.setState(State.Ready)
|
||||
|
||||
def get_total_counts(self):
|
||||
ret = caget( self.prefix + ":Stats5:Total_RBV", 'i')
|
||||
ret = caget( self.prefix + ":Stats5:Total_RBV", 'l')
|
||||
self.setCache(ret, None)
|
||||
return ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user