discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Getting nodes and edges of flowgraph from python


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Getting nodes and edges of flowgraph from python
Date: Mon, 31 Dec 2012 14:12:57 -0500

On Sun, Dec 23, 2012 at 7:05 PM, wakjah ' <address@hidden> wrote:
Hi,

Is there any way of retrieving the list of blocks and their edges from python? This facility is exposed in the flowgraph classes, but I cannot see a way to access these from my top_block in python.

Thanks,

Will


Will,

No, you can't do that right now. You'd have to somehow expose this up the stack of ownership of the flowgraph into the top_block and then put that in the SWIG interface file.

Tom


reply via email to

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