From 6e44181a922aa0b8bcbfa1708bf78b726d2054fe Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 28 Mar 2018 17:24:25 +0200 Subject: [PATCH] Script execution --- script/test/TestWaveform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestWaveform.py b/script/test/TestWaveform.py index 63e97b7c..d8f8f49e 100644 --- a/script/test/TestWaveform.py +++ b/script/test/TestWaveform.py @@ -1,6 +1,6 @@ import ch.psi.pshell.epics.ChannelDoubleArray as ChannelDoubleArray -c=ChannelDoubleArray("test", "X03DA-SCIENTA:image1:ArrayData", 3, 100, True) +c=ChannelDoubleArray("test", "X03DA-SCIENTA:image1:ArrayData", 3, -1, False) c.monitored=True add_device(c, True)