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 _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
