discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] UHD examples/apps


From: Josh Blum
Subject: Re: [Discuss-gnuradio] UHD examples/apps
Date: Mon, 16 May 2011 18:22:08 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10


On 05/16/2011 05:26 PM, Colby Boyer wrote:
> Hi Tom,
> 
> I tried running the uhd_fft.py script with the USRP1, but I run into
> an error with
> 
> RuntimeError: LookupError: KeyError: cannot set this property
>   in void usrp1_impl::mboard_set(const wax::obj&, const wax::obj&)
>   at /home/csboyer/uhd/host/lib/usrp/usrp1/mboard_impl.cpp:392
> 
> due to a call in the .py file:
> self.u.set_clock_config(uhd.clock_config.internal(), uhd.ALL_MBOARDS)
> 

Aha, no clocking options were implemented on USRP1. Thats why you see
the error. I suppose it would be better to properly handle setting clock
config even though its not really configurable.

-Josh



reply via email to

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