discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] connect multiple streams


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] connect multiple streams
Date: Mon, 2 Apr 2007 14:25:35 -0700
User-agent: Mutt/1.5.9i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]