more overnight

This commit is contained in:
2022-07-10 11:56:52 +02:00
parent 9985c2f795
commit 8e5954c720

View File

@ -1204,3 +1204,23 @@ def overnight():
def smooth_attenuator():
photon_energies = [525, 600]
iterations = range(24)
for p in photon_energies:
und.set(p).wait()
und.set(p).wait()
for i in iterations:
name = f"n2o_{p}eV_{i:02}"
print(name)
daq.acquire(name, n_pulses=60000)
print("close shutter")
shutter.close()