Script execution

This commit is contained in:
2019-11-14 16:41:08 +01:00
parent 2b87e980e3
commit fa364f3558

View File

@@ -5,14 +5,14 @@ url= "tcp://SIN-CVME-DBPM0421:9000"
p=Provider("provider", url, True)
p.config.keepListeningOnStop = True
p.config.parallelHandlerProcessing = False
p.config.byteBufferAllocator = True
p.config.byteBufferAllocator = False
st1 = Stream("st1", p)
st1.initialize()
st1.start()
st1.waitCacheChange(10000)
try:
bscan (st1, 10, 10, save=False)
bscan (st1, 5, 5, save=False)
finally:
st1.close()