From e76d0a7df15f12b8807ba710b066caa4b7d9ea54 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Thu, 1 Jun 2017 16:39:03 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 3e22b75..9a26826 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, False) + 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) add_device( dev, True) #dev.monitored = True #dev.polling = 3000