Re: [Discuss-gnuradio] Problem: Accessing RX-B of the basic Rx daughterboard

2008-02-11 Thread Karthik Vijayraghavan
Jason, Ah this is exactly what I have been grappling with as well. Basically you need to set the MUX _such that_ you can access the two setting simultaneously. If you have the gnuradio source you, look at the file gnuradio-examples/multi-antenna/multi_scope.py which tells you how you can look at 4

Re: [Discuss-gnuradio] Problem: Accessing RX-B of the basic Rx daughterboard

2008-02-11 Thread Karthik Vijayraghavan
Ah this is exactly what I have been grappling with as well. Basically you need to set the MUX _such that_ you can access the two setting simultaneously. If you have the gnuradio source you, look at the file gnuradio-examples/multi-antenna/multi_scope.py For more than one signal, you can no longer

Re: [Discuss-gnuradio] Problem: Accessing RX-B of the basic Rx daughterboard

2008-02-11 Thread Jason Anders
Hi! Thanks for your reply. It was helpful! However, I have another follow-up question. So, basically I won't be able to access RX-A and RX-B simultaneously since I have to set the MUX everytime? Is this correct? Thanks! ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] Problem: Accessing RX-B of the basic Rx daughterboard

2008-02-11 Thread Jason Anders
Hi! What command should I use when I want to access the received signals at port RX-B of the Basix Rx daughterboard? I have tried using usrp.source_c(1,my_block) but then an error results saying that I cannot find usrp 1. What I intended with that command was to access RX-B of the BASIC Rx Daught