Skip to content

Commit

Permalink
Fixes long standing bug of 'resonator jumping', caused by reversed or…
Browse files Browse the repository at this point in the history
…der of LO/IF frequency update to and from readout lutman.
  • Loading branch information
MiniSean committed Feb 27, 2024
1 parent 41cb995 commit d9ea548
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,9 @@ def prepare_readout(self, CW=False):
- generate the RO pulse
- set the integration weights
"""
self._prep_ro_instantiate_detectors()
self._prep_ro_sources()

if self.cfg_prepare_ro_awg():
self.instr_acquisition.get_instr().load_default_settings(
upload_sequence=False)
Expand All @@ -897,9 +900,6 @@ def prepare_readout(self, CW=False):
log.warning(
'"cfg_prepare_ro_awg" set to False, not preparing readout .')

self._prep_ro_instantiate_detectors()
self._prep_ro_sources()

def _prep_deskewing_matrix(self):
UHFQC = self.instr_acquisition.get_instr()
alpha = self.ro_acq_mixer_alpha()
Expand Down

0 comments on commit d9ea548

Please sign in to comment.