Closedown

This commit is contained in:
gac-x03da
2021-10-12 15:59:13 +02:00
parent 36153bbde0
commit e0b667c7ce
4 changed files with 15 additions and 11 deletions

View File

@@ -122,8 +122,12 @@ try:
path="scan" + str(cur_range+1) + "/"
for cur_iteration in range(vars[2]):
print "iteration", cur_iteration
p = plots[cur_range+1]
p.setTitle(str(ranges[cur_range]) + " - iteration " + str(cur_iteration+1))
try:
p = plots[cur_range+1]
p.setTitle(str(ranges[cur_range]) + " - iteration " + str(cur_iteration+1))
except IndexError:
pass
while True:
wait_beam()
trig_scienta()