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