discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Help: usrp tune not working in wbx daughter board


From: ton ph
Subject: [Discuss-gnuradio] Help: usrp tune not working in wbx daughter board
Date: Sat, 13 Nov 2010 14:49:08 +0530

Hi everyone,
   As I was trying to tune usrp from my python thread, I am not able to use my thread to tune the USRP. I am trying to tune using my python function,

def tune_usrp(ms,freq):
    print  "Tuning to frequency : "+str(freq)
    ms.tune_freq(freq)

where my "ms" is an object of a class which is use to connect the graph between usrp [source ] and file [sink].
and in the class for the object "ms", i am using the tune_freq() to tune the usrp.

unfortunately, i am wrestling with my code for the past 5 days. Can anyone help me in guiding me in locating my
problem cause.....

Thanks in advance.

reply via email to

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