discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Proper use of daughterboard_id()


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Proper use of daughterboard_id()
Date: Sat, 26 May 2007 14:31:42 -0700
User-agent: Mutt/1.5.9i

On Fri, May 25, 2007 at 11:25:02PM -0400, Marcus Leech wrote:
> I need to understand how to get daughterboard_id() to work correctly
> when the user selects the daughtercard
>   on the command line.  Basically, how to map the "subdev" type used in
> selecting the daughtercard into the
>   type used by daughterboard_id().
> 

Marcus, I'm not sure I'm following your question.

This mapping is handled automatically for you when when you do:

  u = usrp.source_c(...)

The classes that are used to handle the daughterboards are already
instantiated for you, and are available in u.db

See gr-usrp/src/usrp.py

Eric





reply via email to

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