Script execution
This commit is contained in:
@@ -33,7 +33,7 @@ set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
|
||||
time1 = time.time()
|
||||
trig_scienta()
|
||||
time2 = time.time()
|
||||
scienta_time = (time2 - time1) * 1.01
|
||||
scienta_time = (time2 - time1) * 1.01 + 5.0
|
||||
print "scienta_time: ", scienta_time
|
||||
|
||||
# time for one theta scan in seconds
|
||||
|
||||
Reference in New Issue
Block a user