From c9bd8c80f2d85e7dfb657e148e3bec7d8653bdb9 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 31 Oct 2018 11:18:32 +0100 Subject: [PATCH] Script execution --- script/device/Mythen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/device/Mythen.py b/script/device/Mythen.py index 8108178..5dfb418 100644 --- a/script/device/Mythen.py +++ b/script/device/Mythen.py @@ -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