Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-27 Thread Marcus D. Leech
On 03/27/2018 05:47 PM, Firdavs Pulat wrote: Hi Marcus, I tried to use the set_agc_mode the same way, but I get an error during the build process that says: 'class uhd::usrp::multi_usrp' has no member named 'set_agc_mode.' This API is in the ad9361_ctrl, but it seems to be looking for it in m

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-27 Thread Firdavs Pulat
Hi Marcus, I tried to use the set_agc_mode the same way, but I get an error during the build process that says: 'class uhd::usrp::multi_usrp' has no member named 'set_agc_mode.' This API is in the ad9361_ctrl, but it seems to be looking for it in multi_usrp. How would I include the ad9361_ctrl? A

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-21 Thread Marcus D. Leech
On 03/21/2018 02:24 PM, Firdavs Pulat wrote: Hi Marcus, Thank you for your help and patience! Following your suggestion, I think I was able to turn the AGC on. Now, I'm wondering what mode it's running at (e.g., slow, fast, etc). Looking at the multi_usrp class, I don't see any API's to set t

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-21 Thread Firdavs Pulat
Hi Marcus, Thank you for your help and patience! Following your suggestion, I think I was able to turn the AGC on. Now, I'm wondering what mode it's running at (e.g., slow, fast, etc). Looking at the multi_usrp class, I don't see any API's to set the mode. But in the ad9361_ctrl class, I see an A

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-20 Thread Marcus D. Leech
On 03/20/2018 03:27 PM, Firdavs Pulat wrote: Hi Marcus, Could you please elaborate on the "extend the Gnu Radio multi_usrp" part? Maybe you could point me to some examples one how to set these (I assume others must have played around with them since it's so essential), or documentation on how

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-20 Thread Firdavs Pulat
Hi Marcus, Could you please elaborate on the "extend the Gnu Radio multi_usrp" part? Maybe you could point me to some examples one how to set these (I assume others must have played around with them since it's so essential), or documentation on how that's done? I'm just not sure where/how in the u

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-08 Thread Marcus D. Leech
On 03/08/2018 10:43 AM, Firdavs Pulat wrote: Hi all, Are there APIs as part of gnuradio that give access to the low level ADI registers (to both probe, and set)? For instance, I'm trying to see if the AGC is currently turned on on B200mini, and if it's, what kind of mode it is on (e.g., slow

[Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-08 Thread Firdavs Pulat
Hi all, Are there APIs as part of gnuradio that give access to the low level ADI registers (to both probe, and set)? For instance, I'm trying to see if the AGC is currently turned on on B200mini, and if it's, what kind of mode it is on (e.g., slow or fast). Looking at it the USRP manual online, I