al_spectroscopy: add delay after wait_edge

This commit is contained in:
Sebastien Bourdeauducq 2014-05-24 23:06:10 +02:00
parent 8e1d334b7b
commit 7b406e7e35
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ def al_clock_probe(spectroscopy_freq, A1, A2):
state_0_count = 0
for count in range(100):
wait_edge("mains_sync")
delay(10*us)
pulse("laser_cooling", 100*MHz, 100*us)
delay(5*us)
with parallel: