Closedown

This commit is contained in:
2017-06-01 16:39:03 +02:00
parent 6a4e20e85b
commit e76d0a7df1

View File

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