Re: Re: Proper way to implement flowgraph programming

2019-11-28 Thread Kevin Reid
On Thu, Nov 28, 2019 at 12:35 PM Lukas Haase wrote: > Is there a way to deal with the editing/overwriting in this approach? > Once I edit the file (as in the tutorial) I cannot use GRC anymore because > my changes will be overwritten. > Since I have complex flow diagrams I would prefer still bein

Aw: Re: Proper way to implement flowgraph programming

2019-11-28 Thread Lukas Haase
Dear Grant, On 2019-11-27 23:32, Grant Cox wrote: > This guide on GRC block implementation and flowgraph modification in > python may be of interest to you if you have not seen it. Your > description of the logic, calibration, etc. will likely require you to > dive into the Python/C++ below the su

Re: Proper way to implement flowgraph programming

2019-11-27 Thread Grant Cox
Luke, This guide on GRC block implementation and flowgraph modification in python may be of interest to you if you have not seen it. Your description of the logic, calibration, etc. will likely require you to dive into the Python/C++ below the surface of GRC. That is the case in my experience,