Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user