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