Re: [Discuss-gnuradio] catching UHD errors in Python

2012-05-02 Thread Nowlan, Sean
...@gtri.gatech.edu] Sent: Tuesday, May 01, 2012 9:44 PM To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] catching UHD errors in Python Is there a good way to catch UHD errors in Python? I will look into gr_async_msg_source for handling L's, O's, U's, and S's, but how does one catch UHD

Re: [Discuss-gnuradio] catching UHD errors in Python

2012-05-02 Thread Josh Blum
On 05/01/2012 06:44 PM, Nowlan, Sean wrote: Is there a good way to catch UHD errors in Python? I will look into gr_async_msg_source for handling L's, O's, U's, and S's, but how does one catch UHD runtime errors such as if the Ethernet cable gets disconnected from an N200? UHD docs describe

[Discuss-gnuradio] catching UHD errors in Python

2012-05-01 Thread Nowlan, Sean
Is there a good way to catch UHD errors in Python? I will look into gr_async_msg_source for handling L's, O's, U's, and S's, but how does one catch UHD runtime errors such as if the Ethernet cable gets disconnected from an N200? UHD docs describe registering a handler method but has this