Re: [Discuss-gnuradio] Usrp TX mux settings

2006-05-19 Thread Pascal Charest
In the USRP source code directory, look for the file doc/html/classusrp__standard__tx.html. Then you should find: -- bool usrp_standard_tx::set_mux      (       int        mux       )             Set output mux configuration. 3   2

Re: [Discuss-gnuradio] Usrp TX mux settings

2006-05-18 Thread Eric Blossom
On Thu, May 18, 2006 at 08:11:30PM -0400, Garrett McGrath wrote: > I think i've narrowed down the problems with my code to the mux setting for > the usrp system. Is there anywhere you could point me to for a list of > possible values for that mux, currently i'm just using one i found in a > demo

[Discuss-gnuradio] Usrp TX mux settings

2006-05-18 Thread Garrett McGrath
I think i've narrowed down the problems with my code to the mux setting for the usrp system.  Is there anywhere you could point me to for a list of possible values for that mux, currently i'm just using one i found in a demo program but can't seem to find a list of all possible values. -Garrett McG