Closedown
This commit is contained in:
@@ -60,11 +60,11 @@ try:
|
||||
for cur_iteration in range(vars[2]):
|
||||
plots[cur_range+1].setTitle(str(ranges[cur_range]) + " - iteration " + str(cur_iteration+1))
|
||||
while True:
|
||||
#wait_beam()
|
||||
wait_beam()
|
||||
trig_scienta()
|
||||
spectrum_array = Scienta.spectrum.read()
|
||||
spectrum_array[0]=10
|
||||
if True:#beam_ok:
|
||||
if beam_ok:
|
||||
break
|
||||
if ydata is None:
|
||||
ydata = spectrum_array
|
||||
|
||||
Reference in New Issue
Block a user