Closedown

This commit is contained in:
gac-x03da
2021-01-27 06:59:13 +01:00
parent d195772b4d
commit 04e5fb214b
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ try:
before_readout()
time.sleep(0.2)
time2 = time.time()
scienta_time = (time2 - time1) * 2
scienta_time = (time2 - time1) + 1.
print "step time: ", scienta_time
if isinstance(STEPS,int):