blob: 52594fc70997d3d74e45896c9d6c8e389bef57cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
id: blocks_ctrlport_monitor
label: CtrlPort Monitor
flags: [ python ]
parameters:
- id: en
label: Enabled
dtype: bool
default: 'True'
templates:
imports: from gnuradio.ctrlport.monitor import *
make: not ${en} or monitor()
documentation: |-
Place this in a graph to launch a QtPy GR CtrlPort Monitor app.
file_format: 1
|