Set clock source not implemented in this version

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

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

View this message in context:
http://old.nabble.com/set-clock-source-not-implemented-in-this-version-tp33519986p33519986.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On 03/16/2012 01:57 PM, sirjanselot wrote:

– Opening a USRP2/N-Series device…
**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