UHD update error on set_clock_config

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 in some way or how can I go back to
UHD_003.003.000-13899cd which was working


Vanessa GARDELLIN, Ph.D.
Researcher
Institute for Informatics and Telematics (IIT),
Italian National Research Council (CNR)
Via G. Moruzzi 1
56124 Pisa - ITALY
Phone: +390503153267
Room: B65/c
E-mail: [email protected]
WWW: http://www.iit.cnr.it/staff/vanessa.gardellin/
Skype: gardellin.vanessa

On 18/11/2011 11:23 AM, Vanessa Gardellin wrote:

Can I solve this in some way or how can I go back to
UHD_003.003.000-13899cd which was working

What hardware are you using, and what parameters were you passing to
set_clock_config() ?

On 11/18/2011 08:23 AM, Vanessa Gardellin wrote:

Can I solve this in some way or how can I go back to
UHD_003.003.000-13899cd which was working

Can you rebuild gnuradio, I am pretty sure that this is an ABI issue.
-Josh

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.COMPLEX_FLOAT32,
num_channels=2,
)

        #MIMO SYNC
        self.uhd_usrp_sink_0.set_clock_config(uhd.clock_config.internal(),
  1.      _config = uhd.clock_config()
         _config.ref_sink = uhd.clock_config.REF_MIMO
         _config.pps_sink = uhd.clock_config.PPS_MIMO
         self.uhd_usrp_sink_0.set_clock_config(_config, 0)
    

it was working before the update.

Thanks and Regards,
Vanessa

On Fri, Nov 18, 2011 at 5:34 PM, Marcus D. Leech [email protected]
wrote:

RuntimeError: RuntimeError: NotImplementedError: Not implemented yet,


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Vanessa GARDELLIN, Ph.D.
Researcher
Institute for Informatics and Telematics (IIT),
Italian National Research Council (CNR)
Via G. Moruzzi 1
56124 Pisa - ITALY
Phone: +390503153267
Room: B65/c
E-mail: [email protected]
WWW: http://www.iit.cnr.it/staff/vanessa.gardellin/
Skype: gardellin.vanessa