Hi I would just like to know if it is possible to connect blocks dynamically? I'm implementing the analysis_filterbank block. What I would like to do is write a GUI application that allows one to select the channel of interest. This channel is then displayed on an FFT sink. Can I do it as such?
def pick_channel(self,event): chan = spinctrl.GetValue() self.channel = int(chan) self.connect((bank,chan),self.demod) or do I need to call fg.stop() and fg.start()? Sebastiaan -- Sebastiaan Heunis Radar and Remote Sensing Group, University of Cape Town Tel: +27 83 305 5667 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio