discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] AttributeError: uhd module object has no attribut


From: Josh Blum
Subject: Re: [Discuss-gnuradio] AttributeError: uhd module object has no attribute 'stream_cmd'
Date: Mon, 07 Nov 2011 15:33:40 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1


On 11/07/2011 09:16 AM, Yan Nie wrote:
> Dear all,
> 
> I am using self.stream_cmd = uhd.stream_cmd() in Python to define how
> the devices send samples to the host, though got an AttributeError:
> 'module' object has no attribute 'stream_cmd'. I checked the
> definition of stream_cmd, which is an attribute of uhd and similar as
> clock_config. I am wondering what is the problem here, and what
> causes this error?
> 

I dont thing stream command has been "swigged" up into python. This is
because starting and stopping is handled by the scheduler which is
written in c++. So there was not a need to issue stream commands in python.

-josh

> Any of your answer would be greatly appreciated.
> 
> Thanks, Yan
> 
> _______________________________________________ Discuss-gnuradio
> mailing list address@hidden 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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