diff options
author | Mark Meserve <mark.meserve@ni.com> | 2019-05-03 16:46:57 -0500 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2019-05-21 21:37:19 -0700 |
commit | a01e54f9974184627b10d32b9c5f59381531be5d (patch) | |
tree | 2f3bb510866a515c97624021d223aab8efbe92f8 /host/lib/usrp/dboard/db_twinrx.cpp | |
parent | 9609aeb4be7249d52a4def856d86de336bfc0fbe (diff) | |
download | uhd-a01e54f9974184627b10d32b9c5f59381531be5d.tar.gz uhd-a01e54f9974184627b10d32b9c5f59381531be5d.tar.bz2 uhd-a01e54f9974184627b10d32b9c5f59381531be5d.zip |
twinrx: set lo2 to use new low spur tuning mode
Diffstat (limited to 'host/lib/usrp/dboard/db_twinrx.cpp')
-rw-r--r-- | host/lib/usrp/dboard/db_twinrx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_twinrx.cpp b/host/lib/usrp/dboard/db_twinrx.cpp index 27b2c22da..bc655ef27 100644 --- a/host/lib/usrp/dboard/db_twinrx.cpp +++ b/host/lib/usrp/dboard/db_twinrx.cpp @@ -127,7 +127,7 @@ public: "los/LO2/charge_pump/value", prepend_ch("los/LO2/charge_pump/desired", _ch_name), prepend_ch("los/LO2/charge_pump/coerced", _ch_name), - 0.3125e-6, + 1.25e-6, AUTO_RESOLVE_ON_READ_WRITE); //Gain Specific |