Re: [Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Vanessa Gardellin
I am using th n210 and what is in my code is: addresses = "addr0=" + self._addr_master + "," + "addr1=" + self._addr_slave print addresses self.uhd_usrp_sink_0 = uhd.usrp_sink( device_addr=addresses, io_type=uhd.io_type.COMPL

Re: [Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Josh Blum
On 11/18/2011 08:23 AM, Vanessa Gardellin wrote: > Dear all, > > I updated my UHD version to the UHD_003.004.000-65b6acc > > and I got the error > > return _uhd_swig.uhd_usrp_sink_sptr_set_clock_config(self, *args, **kwargs) > RuntimeError: RuntimeError: NotImplementedError: Not implemented ye

Re: [Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Marcus D. Leech
On 18/11/2011 11:23 AM, Vanessa Gardellin wrote: Dear all, I updated my UHD version to the UHD_003.004.000-65b6acc and I got the error return _uhd_swig.uhd_usrp_sink_sptr_set_clock_config(self, *args, **kwargs) RuntimeError: RuntimeError: NotImplementedError: Not implemented yet, but we have a

[Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Vanessa Gardellin
Dear all, I updated my UHD version to the UHD_003.004.000-65b6acc and I got the error return _uhd_swig.uhd_usrp_sink_sptr_set_clock_config(self, *args, **kwargs) RuntimeError: RuntimeError: NotImplementedError: Not implemented yet, but we have a very good idea of how to do it. Can I solve this