Closedown

This commit is contained in:
2020-04-01 17:08:54 +02:00
parent 80f13baa8d
commit 56cf839934
2 changed files with 5 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
#Wed Apr 01 10:52:42 CEST 2020
FileSequentialNumber=22
#Wed Apr 01 14:16:43 CEST 2020
FileSequentialNumber=26

View File

@@ -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()