From 0b7c277565c76ae8bc37367b6b54f53d7c5cd083 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Thu, 1 Jun 2017 16:28:43 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 9a26826..3e22b75 100644 --- a/script/local.py +++ b/script/local.py @@ -92,7 +92,7 @@ class PicoAmp(DeviceBase, Stoppable): import ch.psi.pshell.epics.ChannelDoubleArray as ChannelDoubleArray for bpm in [1, 3, 5, 6]: for cur in range(4): - dev = ChannelDoubleArray("pico_bpm" + str(bpm) + "_ts_cur" + str(cur+1), "X12SA-OP-BPM" + str(bpm) + ":TS:Current" + str(cur+1) + ":TimeSeries", -1, -1, True) + dev = ChannelDoubleArray("pico_bpm" + str(bpm) + "_ts_cur" + str(cur+1), "X12SA-OP-BPM" + str(bpm) + ":TS:Current" + str(cur+1) + ":TimeSeries", -1, -1, False) add_device( dev, True) #dev.monitored = True #dev.polling = 3000