discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Vanessa Gardellin
Subject: Re: [Discuss-gnuradio] UHD update error on set_clock_config
Date: Fri, 18 Nov 2011 17:38:36 +0100

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 <address@hidden> wrote:
> 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 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
>>
> What hardware are you using, and what parameters were you passing to
> set_clock_config() ?
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>



-- 
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: address@hidden
WWW: http://www.iit.cnr.it/staff/vanessa.gardellin/
Skype: gardellin.vanessa



reply via email to

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