Re: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-14 Thread Johnathan Corgan
On Fri, Nov 14, 2008 at 7:53 AM, Catalin Lacatus <[EMAIL PROTECTED]> wrote: > I attached the results of svn info for: Thanks. While it looks like your repository is in order, the version of the Python script you are running doesn't appear to match the version of the USRP2 library that is actuall

Re: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-14 Thread Catalin Lacatus
Hello, I attached the results of svn info for: gnuradio usrp2_wfm_rcv.py usrp2_fft.py The reversions are below. gnuradio Repository Root: http://gnuradio.org/svn Repository UUID: 221aa14e-8319-0410-a670-987f0aec2ac5 Revision: 9900 Node Kind: directory Schedule: normal Last Changed Autho

Re: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Johnathan Corgan
On Thu, Nov 13, 2008 at 5:48 AM, Catalin LACATUS <[EMAIL PROTECTED]> wrote: > -I tried to run usrp2_wfm_rcv.py to test my USRP2 with a BasicRX board and I > got the following error. > ¨AttributeError: 'usrp2_source_32fc_sptr' object has no attribute > 'adc_rate'¨ Could you please confirm which re

RE: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Johnathan Corgan
On Thu, 2008-11-13 at 10:12 -0500, Newman, Timothy wrote: > For both those functions you need to pass in the variable you want > assigned the value as an input parameter. > > > > Look at gnuradio/trunk/gr-usrp2/src/usrp2_source_base.cc for the > function definitions of adc_rate and daughterboar

Re: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Johnathan Corgan
On Thu, 2008-11-13 at 08:48 -0500, Catalin LACATUS wrote: > -I tried to run usrp2_wfm_rcv.py to test my USRP2 with a BasicRX board > and I got the following error. > ¨AttributeError: 'usrp2_source_32fc_sptr' object has no attribute > 'adc_rate'¨ This likely a bug in the host driver for the USRP2;

RE: [Discuss-gnuradio] Running usrp2_wfm_rcv.py

2008-11-13 Thread Newman, Timothy
For both those functions you need to pass in the variable you want assigned the value as an input parameter. Look at gnuradio/trunk/gr-usrp2/src/usrp2_source_base.cc for the function definitions of adc_rate and daughterboard_id. Tim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On