Re: Change Variable value from an python block or module?

2020-03-25 Thread Marcus Müller
; > -------- > *Fra:* Müller, Marcus (CEL) > *Sendt:* Onsdag 25 Marts 2020 16:05 > *Til:* steffenk...@outlook.dk <mailto:steffenk...@outlook.dk>; > discuss-gnuradio@gnu.org <mailto:discuss-g

RES: Re: Change Variable value from an python block or module?

2020-03-25 Thread Artur
-feira, 25 de março de 2020 12:07Para: steffenk...@outlook.dk; discuss-gnuradio@gnu.orgAssunto: Re: Change Variable value from an python block or module? Yes, but no! So, GRC Variables are really a GRC concept, and you'd need to breakmultiple layers of encapsulation from within a Python block

Re: Change Variable value from an python block or module?

2020-03-25 Thread Nick Foster
instead then. > > thanks for your quick reply. > > BR, > Steffen > > > -- > *Fra:* Müller, Marcus (CEL) > *Sendt:* Onsdag 25 Marts 2020 16:05 > *Til:* steffenk...@outlook.dk; discuss-gnuradio@gnu.org > *Emne:* Re: Change Variable value from an python blo

Sv: Change Variable value from an python block or module?

2020-03-25 Thread Steffen Kiel
Re: Change Variable value from an python block or module? Yes, but no! So, GRC Variables are really a GRC concept, and you'd need to break multiple layers of encapsulation from within a Python block just to alter them. Really, that's possible with a simple callback function, but please

Re: Change Variable value from an python block or module?

2020-03-25 Thread CEL
Yes, but no! So, GRC Variables are really a GRC concept, and you'd need to break multiple layers of encapsulation from within a Python block just to alter them. Really, that's possible with a simple callback function, but please don't. Instead, the appropriate way of dealing with this would be g

Change Variable value from an python block or module?

2020-03-25 Thread Steffen Kiel
Hello! I have a signal source whose frequency input is referenced to a variable. Is it possible to access this variables value and set it from a python block or python module? BR, Steffen