7 lines
205 B
Python
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()) |