Script execution

This commit is contained in:
gac-x04sa
2018-10-31 11:18:32 +01:00
parent f546a71d52
commit c9bd8c80f2

View File

@@ -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