Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 452b0f89 authored by augustin_s's avatar augustin_s :snake:
Browse files

scan with bkg

parent 87cb17ce
No related branches found
No related tags found
No related merge requests found
......@@ -1126,3 +1126,27 @@ def focus_test(daq):
#def scan_with_bkg():
# start = 102.1
# stop = 102.4
# step = 0.015
# n_pulses = 1 * 1000
# bkg = 0
# for i in range(1000):
# print(i, "sig")
# delay.set(start).wait()
# sleep(10)
# scan.scan1D(delay, start, stop, step, n_pulses, f"TT_overnight2_sig_{i:04}", return_to_initial_values=False)
# print(i, "bkg")
# delay.set(bkg).wait()
# daq.acquire(f"TT_overnight2_bkg_{i:04}", n_pulses=n_pulses)
# sleep(10)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment