This commit is contained in:
10
script/test/TestMetadataArray.py
Normal file
10
script/test/TestMetadataArray.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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())
|
||||
Reference in New Issue
Block a user