bug in scopesink fixed
authorn4hy <n4hy@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 16 Sep 2008 23:31:52 +0000 (23:31 +0000)
committern4hy <n4hy@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 16 Sep 2008 23:31:52 +0000 (23:31 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9586 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py

index bc79fb8109fc5c26f65479b6bc1ac232e653fe6d..1301bf20aaa9834c295a12a498adf2658c9a913d 100755 (executable)
@@ -210,7 +210,7 @@ class wfm_rx_block (stdgui2.std_top_block):
 
         if 0:
             self.scope = scopesink2.scope_sink_f(self.panel, sample_rate=demod_rate)
-            self.connect (self.guts.fm_demod_a,self.scope)
+            self.connect (self.guts.fm_demod,self.scope)
             vbox.Add (self.scope.win,4,wx.EXPAND)
         
         # control area form at bottom