diff --git a/config/variables.properties b/config/variables.properties index a7a0e2f..cfe14f6 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Wed Apr 01 10:52:42 CEST 2020 -FileSequentialNumber=22 +#Wed Apr 01 14:16:43 CEST 2020 +FileSequentialNumber=26 diff --git a/script/test/bs5.py b/script/test/bs5.py index 0b1ef07..dbed653 100755 --- a/script/test/bs5.py +++ b/script/test/bs5.py @@ -1,8 +1,9 @@ #st1 = Stream("st1", bs) st1 = Stream("st1", dispatcher) -s1=st1.addScalar("Int8Scalar", "Int8Scalar", 10, 0) -w1=st1.addWaveform("Int32Waveform", "Int32Waveform", 10, 0) +s1=st1.addScalar("Int8Scalar", "Int8Scalar", 1, 0) +s2=st1.addScalar("Int16Scalar", "Int16Scalar", 1, 0) +w1=st1.addWaveform("Int32Waveform", "Int32Waveform", 1, 0) #st1.setFilter("Int8Scalar>50") st1.initialize()