discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] set clock source not implemented in this version


From: Josh Blum
Subject: Re: [Discuss-gnuradio] set clock source not implemented in this version
Date: Fri, 16 Mar 2012 14:10:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2


On 03/16/2012 01:57 PM, sirjanselot wrote:
> 
> Hello I am trying to synchronize two USRPs together using the MIMO cable.
> 
> I tried to set the clock and time source to the MIMO cable and it says that
> this feature is not available in this version.
> 
> Is this true or am I missing something?
> 
> How do this?  
> 
> -- Opening a USRP2/N-Series device...
> Traceback (most recent call last):
>   File "/home/jacosta/iCAN Demo GRC files/top_block.py", line 214, in
> <module>
>     tb = top_block()
>   File "/home/jacosta/iCAN Demo GRC files/top_block.py", line 107, in
> __init__
>     self.uhd_usrp_source_1.set_clock_source("mimo", 0)
>   File "/usr/local/lib/python2.6/dist-packages/gnuradio/uhd/uhd_swig.py",
> line 1887, in set_clock_source
>     return _uhd_swig.uhd_usrp_source_sptr_set_clock_source(self, *args,
> **kwargs)
> RuntimeError: not implemented in this version

The set_clock_source() call requires the master branch of UHD. This will
be tagged as release very shortly. The previous call was
set_clock_config(), this should still work, but GRC will not generate
calls to set_clock_config() on the version of gnuradio you have.

Can I recommend you marcus's build script as an easy way to install uhd
and gnuradio master branches?
http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Gnuradio-UHD

-Josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]