Skip to content

Commit

Permalink
chore: update readout controller of line D
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Jan 8, 2025
1 parent 03f3a04 commit 3747065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qw11q/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def create():
assert q.probe is not None
assert q.acquisition is not None
channels[q.probe] = IqChannel(
device="octave5", path="1", mixer=None, lo="D/probe_lo"
device="octave6", path="1", mixer=None, lo="D/probe_lo"
)
channels[q.acquisition] = AcquisitionChannel(
device="octave5", path="1", twpa_pump="twpaD", probe=q.probe
device="octave6", path="1", twpa_pump="twpaD", probe=q.probe
)

# Drive
Expand Down

0 comments on commit 3747065

Please sign in to comment.