From f84f123349abb46357fbc00beb52ebb4a71b9066 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 21 Dec 2016 11:52:56 +0100 Subject: [PATCH] Script execution --- script/test/bs4.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test/bs4.py b/script/test/bs4.py index 0702bc1..eafbb84 100644 --- a/script/test/bs4.py +++ b/script/test/bs4.py @@ -24,10 +24,12 @@ try: while(True): #The stream can be used on any conventional scan. The next stream value is sampled. #Readable values belong to same pulse id. + print "Running tscan" tscan (st1.getReadables(), 10 , 0.1) #The bscan command performs samples every stream element #Readable values belong to same pulse id. + print "Running bscan" bscan (st1, 10) #Sampling 10 elements #An individual stream channel can be used in a conventional scan, but in this case the stream