Firas,

Do you mean to use the source_c tune method? Like this:

r = self.u.tune(self.subdev._which, self.subdev, target_freq)

I tried that and it does not help. The program runs fine with other tuners
on the B side, such as the TV_RX board.

Brian S.

-----Original Message-----
From: Firas Abbas [mailto:[EMAIL PROTECTED]
Sent: Sat 11/15/2008 1:39 PM
To: discuss-gnuradio@gnu.org; Brian T. Solan
Subject: Re: [Discuss-gnuradio] Tune failed with FLEX400 on side B
 
Hi,

Use :
r = usrp.tune(self.subdev._which, self.subdev, target_freq)

instead of :
r = usrp.tune(self.u, 0, self.subdev, target_freq)
        

Regards,

Firas


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to