On Mon, Apr 02, 2007 at 06:47:30PM +0200, Vincenzo Pellegrini wrote:
> hi list,
>
> could anyone send me a link for me to see the right syntax that should
> be used in python to connect a block with N output streams to one with N
> input streams?
>
> is it just a connect(a,b) ?
>
> thanks
>
> vincenzo
for i in range(N):
fg.connect((a, i), (b, i))
Eric
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio