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.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to