commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7281 - gnuradio/branches/releases/3.1/gr-utils/src/py


From: jcorgan
Subject: [Commit-gnuradio] r7281 - gnuradio/branches/releases/3.1/gr-utils/src/python
Date: Thu, 27 Dec 2007 13:26:04 -0700 (MST)

Author: jcorgan
Date: 2007-12-27 13:25:56 -0700 (Thu, 27 Dec 2007)
New Revision: 7281

Modified:
   gnuradio/branches/releases/3.1/gr-utils/src/python/usrp_fft.py
Log:
Applied changeset r6829 on trunk to release branch.

Modified: gnuradio/branches/releases/3.1/gr-utils/src/python/usrp_fft.py
===================================================================
--- gnuradio/branches/releases/3.1/gr-utils/src/python/usrp_fft.py      
2007-12-27 20:24:16 UTC (rev 7280)
+++ gnuradio/branches/releases/3.1/gr-utils/src/python/usrp_fft.py      
2007-12-27 20:25:56 UTC (rev 7281)
@@ -75,7 +75,7 @@
         if len(args) != 0:
             parser.print_help()
             sys.exit(1)
-
+       self.options = options
         self.show_debug_info = True
         
         # build the graph
@@ -233,7 +233,9 @@
             if self.show_debug_info:
                 self.myform['baseband'].set_value(r.baseband_freq)
                 self.myform['ddc'].set_value(r.dxc_freq)
-            return True
+           if not self.options.waterfall and not self.options.oscilloscope:
+               self.scope.set_baseband_freq(target_freq)
+           return True
 
         return False
 





reply via email to

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