Skip to content

Commit

Permalink
Merge pull request #618 from thorenscientific/phaser_adj_test_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcollins authored Dec 6, 2024
2 parents 9fcac82 + 1e3ba96 commit 39a62ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/phaser/phaser_prod_tst.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
phase_cal_limits = [90.0, 90.0, 90.0, 120.0, 90.0, 90.0, 90.0]

# Set up RF / IF / LO frequencies
rx_lo = 2.2e9
rx_lo = 1.9e9
SignalFreq = 10.2e9

use_tx = True # Use on board TX w/ cabled antenna, NOT external HB100
Expand Down Expand Up @@ -232,7 +232,7 @@
-88
) # this is a negative number between 0 and -88
my_sdr.tx_hardwaregain_chan1 = int(-3)
my_sdr.tx_lo = int(2.2e9)
my_sdr.tx_lo = int(rx_lo)
else:
# To disable rx, set attenuation to a high value and set frequency far from rx.
my_sdr.tx_hardwaregain_chan0 = int(
Expand Down

0 comments on commit 39a62ea

Please sign in to comment.