Hi George, Editing the python code is certainly possible. The code that auto generated is reasonably readable.
I happen to hate the use of the “yellow” color (invisible in printouts) and always replace this with “gold” with an editor. Obviously not brilliant coding changes, but very easy to do. Good luck, Glen > On Mar 10, 2023, at 12:16 PM, George Edwards <[email protected]> wrote: > > Hi Marcus, > > Thanks! > > George > > On Fri, Mar 10, 2023 at 8:22 AM Marcus Müller <[email protected]> wrote: > Hi George, > > there's no such tool in general, python blocks are just code, and sometimes > they're > generated from flow graphs, and sometimes written by hand. Anything that > contains a "work" > method instead of being a hier block, they're definitely not generated from a > GRC flow graph. > > So, I'm afraid you'll just have to sit down and recreate the "connect" calls > in your > python in GRC; the rest will kind of arise from that. > > Best regards, > Marcus > > > On 09.03.23 19:00, George Edwards wrote: > > Hello GNURadio Community, > > > > > > We are looking for a way to reverse engineer some Gnuradio Python blocks > > that were created > > by folks no longer with our company to the corresponding GRC files. Is > > anyone familiar > > with a tool that can do this for us? > > > > Thank you! > > > > Regards, > > George
