From 12bc33fa2972e642bc44d94f48254368c62b8bba Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 14 Nov 2019 15:35:10 +0100 Subject: [PATCH] Startup --- config/variables.properties | 4 ++-- script/test/bs4.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index 5cdeb9c..84e1fcd 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Thu Nov 14 15:20:39 CET 2019 -FileSequentialNumber=199 +#Thu Nov 14 15:22:33 CET 2019 +FileSequentialNumber=200 diff --git a/script/test/bs4.py b/script/test/bs4.py index d19f73f..34b4ec3 100755 --- a/script/test/bs4.py +++ b/script/test/bs4.py @@ -3,7 +3,7 @@ import ch.psi.pshell.bs.Waveform as Waveform import ch.psi.pshell.bs.Stream as Stream import ch.psi.bsread.configuration.Channel as ReceiverChannel -s = Stream("stream", bs) +s = Stream("stream", dispatcher) channels = ['Int8Scalar', 'Int16Scalar', 'Int32Scalar', 'Int64Scalar', @@ -24,4 +24,4 @@ add_device(s, True) set_device_alias(stream, "PulseID") -bscan(s , 100) +bscan(s , 100, save=False)