On 11/07/2011 03:50 PM, Yan Nie wrote:
> Really appreciate your answer, Josh.
>
> I am wondering how to control data streaming from devices to host in
> Python, if the stream command issuing approaching cannot work in
> Python? What I am trying to do is detecting pps pulse then 2ms later
> start
Really appreciate your answer, Josh.
I am wondering how to control data streaming from devices to host in Python, if
the stream command issuing approaching cannot work in Python? What I am trying
to do is detecting pps pulse then 2ms later start receiving data from USRP
N200. The received data
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 a
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