Is GNU Radio 3.6. have file like ./usrp2_rx_cfile.py

In GNU Radio 3.4.2 ./usrp2_rx_cfile.py file for capture signal, is
there any file in New GNU Radio Companion 3.6.2git-148-g7e0bf755 ?
actually this version 3.6 don’t have USRP2 module, so get error while
running./usrp2_rx_cfile.py.in cmake how to configure the installation
process?
ImportError: cannot import name usrp2
pleaseHelp out and thanks

Regards
Muhammad Junaid
[email protected]

In GNU Radio 3.4.2 usrp2_rx_cfile.py file for capture signal, is there
any file in New GNU Radio Companion 3.6.2git-148-g7e0bf755 ?

actually this version 3.6 don’t have USRP2 module, so get error while
runningusrp2_rx_cfile.py.in cmake how to configure the installation
process?
ImportError: cannot import name usrp2
pleaseHelp out and thanks

Regards
Muhammad Junaid
[email protected]

Try using “uhd_rx_cfile”.

~Sreeraj


From: Muhammad JUNAID [email protected]
To: “[email protected]
[email protected]
Cc: “[email protected][email protected]
Sent: Wednesday, 1 August 2012 11:35 PM
Subject: [Discuss-gnuradio] Fw: Is GNU Radio 3.6. have file like
usrp2_rx_cfile.py

In GNU Radio 3.4.2 usrp2_rx_cfile.py file for capture signal, is there
any file in New GNU Radio Companion 3.6.2git-148-g7e0bf755 ?

actually this version 3.6 don’t have USRP2 module, so get error while
runningusrp2_rx_cfile.py.in cmake how to configure the installation
process?
ImportError: cannot import name usrp2
pleaseHelp out and thanks

Regards
Muhammad Junaid
[email protected]

On 08/01/2012 03:01 PM, Nick F. wrote:

please Help out and thanks

Regards
Muhammad Junaid
[email protected]

Use uhd_rx_cfile.

–n

And, in more-general terms, you should no longer be using any of the
“classic” APIs to USRP1 and USRP2 – they have been deprecated for
over two years. Unless you have significant investment in
custom-written applications written to the “classic” APIs for USRP1 and
USRP2,
there’s no reason not to use UHD.

Given that you’re just usign the “cfile.py” programs, I suspect that
using UHD will be largely painless.

You will need to program new firmware for your USRP2s, but the USRP1
firmware is the same for both “classic” and UHD.

On Wed, Aug 1, 2012 at 11:02 AM, Muhammad JUNAID
[email protected]wrote:

Muhammad Junaid
[email protected]

Use uhd_rx_cfile.

–n