Skip to content

Commit

Permalink
Update src/qibolab/instruments/qblox/cluster_qrm_rf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stavros Efthymiou <35475381+stavros11@users.noreply.github.com>
  • Loading branch information
PiergiorgioButtarini and stavros11 authored Feb 15, 2024
1 parent 97c8b63 commit 78f9d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/instruments/qblox/cluster_qrm_rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def process_pulse_sequence(
# Add scope_acquisition to default sequencer
if (
sequencer.number == self.DEFAULT_SEQUENCERS[port]
and not pulse == None
and pulse is not None
):
sequencer.acquisitions["scope_acquisition"] = {
"num_bins": 1,
Expand Down

0 comments on commit 78f9d4f

Please sign in to comment.