Skip to content
Snippets Groups Projects
Commit 269c2fac authored by Sander Snoo's avatar Sander Snoo
Browse files

Fix phase shift

parent b6bb9df5
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class IQSequenceBuilder:
# TODO: Frequency chirp with prescaler: pass as FM i.s.o. PM, or Chirp?
self._flush_phase_shifts(t_pulse)
if self._pending_phase_shift is not None:
prephase = self._pending_phase_shift
prephase = self._pending_phase_shift.phase_shift
self._pending_phase_shift = None
else:
prephase = 0
......
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