Script execution
This commit is contained in:
@@ -35,7 +35,9 @@ trig_scienta()
|
||||
time1 = time.time()
|
||||
before_readout()
|
||||
time2 = time.time()
|
||||
scienta_time = (time2 - time1)
|
||||
before_readout()
|
||||
time3 = time.time()
|
||||
scienta_time = max((time2 - time1), (time3 - time2))
|
||||
print "scienta time: ", scienta_time
|
||||
|
||||
# time for one Y scan in seconds
|
||||
|
||||
Reference in New Issue
Block a user