Skip to content
Snippets Groups Projects
Unverified Commit 65856e27 authored by Stephan Philips's avatar Stephan Philips Committed by GitHub
Browse files

Update Readme.md

parent d542d751
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ seg = p.mk_segment('Ramsey')
seg.IQ.add_sin(0,100e-9,freq = 2e9, amp = 10, phase = 0)
# wait -- use a loop object (has access to default numpy operators if it is numerical)
times = lp.linspace(5,20e3, 500, axis=0, name="time", unit="ns")
seg.IQ.wait( )
seg.IQ.wait(times)
# reset time
seg.IQ.reset_time()
# do pi/2 pulse
......
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