Selector error - "IndexError: output_index must be < noutputs"

2023-08-28 Thread Elmore's
I am attempting to use a Selector block with 2 outputs. I want to select the output programmatically. When I run the flowgraph, I get the subject error. The following is my abbreviated code which is pertinent to the question interspersed with explanatory comments: import Receive Receive is a Hi

RE: Selector error - "IndexError: output_index must be < noutputs"

2023-08-28 Thread Jim Melton
Don't you need to instantiate "Receive"? --- Jim Melton Non-Sensitive From: discuss-gnuradio-bounces+jim.melton=sncorp@gnu.org On Behalf Of Elmore's Sent: Monday, August 28, 2023 09:15 To: discuss-gnuradio@gnu.org Subject: [EXTERNAL] Selector error - "IndexEr

Re: Selector error - "IndexError: output_index must be < noutputs"

2023-09-01 Thread Elmore's
Jim, I have attached a greatly simplified version of what I am trying to accomplish. I still get the same error. What am I doing wrong? Jim From: Jim Melton Sent: Monday, August 28, 2023 12:01 PM To: discuss-gnuradio@gnu.org Subject: RE: Selector error - "IndexError: output_index mu

Re: Selector error - "IndexError: output_index must be < noutputs"

2023-09-02 Thread Paul Atreides
et the same error. What am I doing wrong?   Jim   From: Jim Melton Sent: Monday, August 28, 2023 12:01 PM To: discuss-gnuradio@gnu.org Subject: RE: Selector error - "IndexError: output_index must be < noutputs"   Don’t you need to instantiate “Receive”?   --- Jim Melton Non-Sens

Re: Selector error - "IndexError: output_index must be < noutputs"

2023-09-06 Thread Elmore Family
that variable from within another method. How do I do that? Jim From: Jim Melton Sent: Tuesday, September 5, 2023 1:02 PM To: discuss-gnuradio@gnu.org Subject: RE: Re: Selector error - "IndexError: output_index must be < noutputs" In your original, import Receive Receive is

RE: Re: Selector error - "IndexError: output_index must be < noutputs"

2023-09-05 Thread Jim Melton
lustrative purposes). Hope this helps. --- Jim Melton Non-Sensitive From: Elmore's Sent: Friday, September 1, 2023 20:28 To: discuss-gnuradio@gnu.org Subject: [EXTERNAL] Re: Selector error - "IndexError: output_index must be < noutputs" Jim, I have attached a greatly sim

RE: Re: Selector error - "IndexError: output_index must be < noutputs"

2023-09-06 Thread Jim Melton
: [EXTERNAL] Re: Selector error - "IndexError: output_index must be < noutputs" Jim, Thanks for your comments. I think I have been going down the wrong road and need to refocus on using a callback to resolve my issue. I have used callbacks all through my project which have been tr