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