Changeset 6070
- Timestamp:
- 07/26/07 08:41:05
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/releases/3.0/gnuradio-examples/python/digital/transmit_path.py
r3662 r6070 86 86 # Set the USRP for maximum transmit gain 87 87 # (Note that on the RFX cards this is a nop.) 88 self.set_gain(self.subdev.gain_range()[ 0])88 self.set_gain(self.subdev.gain_range()[1]) 89 89 90 90 self.amp = gr.multiply_const_cc(1)
