[Discuss-gnuradio] GRC bug - channel limitation in QT GUI Frequency Sink

2015-06-19 Thread ben Gee
If you set the number of channels in the Freq sink block 10 (in my case 11), grc will throw an error. if len(labels[i]) == 0: IndexError: list index out of range Upon further investigation, the source code it generates only has 10 arguments in the alphas, colors, widths and labels fields. If I

Re: [Discuss-gnuradio] GRC bug - channel limitation in QT GUI Frequency Sink

2015-06-19 Thread Tom Rondeau
On Fri, Jun 19, 2015 at 11:38 AM, ben Gee grben...@gmail.com wrote: If you set the number of channels in the Freq sink block 10 (in my case 11), grc will throw an error. if len(labels[i]) == 0: IndexError: list index out of range Upon further investigation, the source code it generates