Skip to content

Commit

Permalink
qrm as qcm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aorgazf committed Feb 15, 2024
1 parent 6b969c5 commit 7988dec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qibolab/instruments/qblox/cluster_qrm_rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,10 @@ def process_pulse_sequence(
}

# Add scope_acquisition to default sequencer
if sequencer.number == self.DEFAULT_SEQUENCERS[port]:
if (
sequencer.number == self.DEFAULT_SEQUENCERS[port]
and not pulse == None
):
sequencer.acquisitions["scope_acquisition"] = {
"num_bins": 1,
"index": acquisition_index + 1,
Expand Down

0 comments on commit 7988dec

Please sign in to comment.