RE: [Discuss-gnuradio] Beginner Question: python script error when doing connect()

2009-09-17 Thread Chukhman, Ilya A.
That fixed it. Thanks! Ilya -Original Message- From: Eric Blossom [mailto:e...@comsec.com] Sent: Thursday, September 17, 2009 2:30 PM To: Chukhman, Ilya A. Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Beginner Question: python script error when doing connect() On Thu

Re: [Discuss-gnuradio] Beginner Question: python script error when doing connect()

2009-09-17 Thread Eric Blossom
On Thu, Sep 17, 2009 at 02:27:55PM -0400, Chukhman, Ilya A. wrote: > Eric, > > I attempt to declare the source and the sink to both be the same type: > > if options.input_shorts: > self._u = usrp2.sink_16sc(options.interface, options.mac_addr) > #the last True is to restart the file

RE: [Discuss-gnuradio] Beginner Question: python script error when doing connect()

2009-09-17 Thread Chukhman, Ilya A.
Message- From: Eric Blossom [mailto:e...@comsec.com] Sent: Wednesday, September 16, 2009 5:24 PM To: Chukhman, Ilya A. Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Beginner Question: python script error when doing connect() On Wed, Sep 16, 2009 at 03:09:54PM -0400, Chukhman

Re: [Discuss-gnuradio] Beginner Question: python script error when doing connect()

2009-09-16 Thread Eric Blossom
On Wed, Sep 16, 2009 at 03:09:54PM -0400, Chukhman, Ilya A. wrote: > Hello, > > I am trying to create a python equivalent of tx_samples.cc -- to transmit > samples captured with usrp2_rx_cfile.py. When running my program, I receive > the following error: > > Traceback (most recent call last):

[Discuss-gnuradio] Beginner Question: python script error when doing connect()

2009-09-16 Thread Chukhman, Ilya A.
Hello, I am trying to create a python equivalent of tx_samples.cc -- to transmit samples captured with usrp2_rx_cfile.py. When running my program, I receive the following error: Traceback (most recent call last): File "./usrp2_tx_cfile.py", line 151, in tb = tx_cfile_block(options, file