Diana Iosifescu wrote:
fftsink.fft_sink_c(panel,title="ChRXB-A",fft_size=fftsize_N,sample_rate=rx_rate/sw_decim)
TypeError: __init__() takes at least 3 non-keyword arguments (2 given)
Exception exceptions.ReferenceError: 'weakly-referenced object no longer exists' in <bound method db_flexrf_2400_rx_mimo_b.__del__ of <gnuradio.db_flexrf_mimo.db_flexrf_2400_rx_mimo_b object at 0x891e28c>> ignored
I think something is wrong with the gui...
Maybe you know what is that ReferenceError.


This seems to be your true error:
fftsink.fft_sink_c(panel,title="ChRXB-A",fft_size=fftsize_N,sample_rate=rx_rate/sw_decim)
TypeError: __init__() takes at least 3 non-keyword arguments (2 given)

- George


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to