Files
sf-op/script/test/TestMetadataArray.py
2021-08-17 14:06:14 +02:00

10 lines
192 B
Python
Executable File

import ch.psi.pshell.epics.ChannelDoubleArray as ChannelDoubleArray
d = ChannelDoubleArray("test", "SINLH02-DBLM230:LOSS_SIGNAL_RAW", -1, False)
add_device(d,True)
print len(test.read())