discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error while running fmradio.py


From: Mattias Kjellsson
Subject: Re: [Discuss-gnuradio] error while running fmradio.py
Date: Sun, 03 May 2009 12:05:11 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

mayur sarode wrote:
...


    Using TX d'board B: Basic Tx
    Traceback (most recent call last):
    File "./fmradio1.py", line 182, in <module>
    wfm_tx()
    File "./fmradio1.py", line 115, in __init__
    if not self.set_freq(options.freq):
    File "./fmradio1.py", line 172, in set_freq
    r = self.u.tune(self.subdev._which, self.subdev, target_freq)
    AttributeError: 'db_base_sptr' object has no attribute '_which'

I think you should use something like "self.subdev.which()" instead of "self.subdev._which".

//Mattias




reply via email to

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