Script execution

This commit is contained in:
X11MA
2016-08-15 09:51:54 +02:00
parent 894ba5d788
commit c749b7cb14

View File

@@ -193,7 +193,7 @@ def Scan(Dtime):
for j in a2:
a2r.append(j)'''
a2r = []
while time.time() < t_end
while time.time() < t_end:
a2t = MCPArray2.read().tolist()
a2r = [a2r[i]+a2t[i] for i in xrange(len(a2t))]
time.sleep(SamplingTime.read()*0.001)