commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10623 - gnuradio/trunk/gr-radio-astronomy/src/python


From: mleech
Subject: [Commit-gnuradio] r10623 - gnuradio/trunk/gr-radio-astronomy/src/python
Date: Sun, 15 Mar 2009 15:29:46 -0600 (MDT)

Author: mleech
Date: 2009-03-15 15:29:46 -0600 (Sun, 15 Mar 2009)
New Revision: 10623

Modified:
   gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
Log:
Fixed bug with BASIC_RX



Modified: gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2009-03-15 20:49:25 UTC (rev 10622)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/usrp_ra_receiver.py    
2009-03-15 21:29:46 UTC (rev 10623)
@@ -628,9 +628,9 @@
                        self.centerfreq = target_freq
                        self.observing -= delta
                        self.scope.set_baseband_freq (self.observing)
-
-                       self.myform['baseband'].set_value(r.baseband_freq)
-                       self.myform['ddc'].set_value(r.dxc_freq)
+                       if not self.cardtype == usrp_dbid.BASIC_RX:
+                               
self.myform['baseband'].set_value(r.baseband_freq)
+                               self.myform['ddc'].set_value(r.dxc_freq)
                        
                        if (self.use_notches):
                                self.compute_notch_taps(self.notches)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]