Variable to Message: Difference between revisions
Jump to navigation
Jump to search
(initial creation) |
No edit summary |
||
Line 22: | Line 22: | ||
== Source Files == | == Source Files == | ||
; | ; Python files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/python/blocks/var_to_msg.py] | ||
; Block definition | ; Block definition |
Latest revision as of 14:09, 10 August 2022
This block will monitor a variable and, when it changes, generate a message pair.
Parameters
(R): Run-time adjustable
- Variable (R)
- variable name (default: freq)
- Message Variable Name
- name in message pair (default: 'freq')
Example Flowgraph
This flowgraph can be found at [1].
Example Output
Source Files
- Python files
- [2]
- Block definition
- [3]