Files
x03da/script/test/TestWaveform.py
gac-x03da 1962d67094 Closedown
2018-03-28 17:53:54 +02:00

7 lines
205 B
Python

import ch.psi.pshell.epics.ChannelDoubleArray as ChannelDoubleArray
c=ChannelDoubleArray("test", "X03DA-SCIENTA:image1:ArrayData", 3, -1, True)
c.monitored=True
add_device(c, True)
print len(test.read())