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

2010-11-16 Thread Steven Clark
On Tue, Nov 16, 2010 at 1:26 AM, ton ph wrote: > Thanks steven , > I am able to tune steven , but same old problem in which the tune > start before and the information which i see is a little bit late , as it > seems reading from the previous buffer of the fifo. And my tuning happens > dynam

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

2010-11-13 Thread Steven Clark
On Sat, Nov 13, 2010 at 4:19 AM, ton ph wrote: > 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) >

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

2010-11-13 Thread ton ph
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 whi