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

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

Reply via email to