Script execution

This commit is contained in:
X11MA
2016-08-15 09:51:43 +02:00
parent 3789627f00
commit 894ba5d788
+1 -1
View File
@@ -159,7 +159,7 @@ def Scan(Dtime):
for i in a1:
a1r.append(i)'''
a1r = []
while time.time() < t_end
while time.time() < t_end:
a1t = MCPArray1.read().tolist()
a1r = [a1r[i]+a1t[i] for i in xrange(len(a1t))]
time.sleep(SamplingTime.read()*0.001)