commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6070 - gnuradio/branches/releases/3.0/gnuradio-exampl


From: jcorgan
Subject: [Commit-gnuradio] r6070 - gnuradio/branches/releases/3.0/gnuradio-examples/python/digital
Date: Thu, 26 Jul 2007 08:41:06 -0600 (MDT)

Author: jcorgan
Date: 2007-07-26 08:41:05 -0600 (Thu, 26 Jul 2007)
New Revision: 6070

Modified:
   
gnuradio/branches/releases/3.0/gnuradio-examples/python/digital/transmit_path.py
Log:
Applied changeset r5947 on trunk to release branch.

Modified: 
gnuradio/branches/releases/3.0/gnuradio-examples/python/digital/transmit_path.py
===================================================================
--- 
gnuradio/branches/releases/3.0/gnuradio-examples/python/digital/transmit_path.py
    2007-07-26 14:38:18 UTC (rev 6069)
+++ 
gnuradio/branches/releases/3.0/gnuradio-examples/python/digital/transmit_path.py
    2007-07-26 14:41:05 UTC (rev 6070)
@@ -85,7 +85,7 @@
 
         # Set the USRP for maximum transmit gain
         # (Note that on the RFX cards this is a nop.)
-        self.set_gain(self.subdev.gain_range()[0])
+        self.set_gain(self.subdev.gain_range()[1])
 
         self.amp = gr.multiply_const_cc(1)
         self.set_tx_amplitude(self._tx_amplitude)





reply via email to

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