summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_ctrlport_performance.block.yml
blob: e258596c8349a4b92ee09785fdb0eb0f193a1cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
id: blocks_ctrlport_monitor_performance
label: CtrlPort Performance Monitor
flags: [ python ]

parameters:
-   id: en
    label: Enabled
    dtype: bool
    default: 'True'

templates:
    imports: from gnuradio.ctrlport.monitor import *
    make: not ${en} or monitor("gr-perf-monitorx")

documentation: |-
    Place this in a graph to launch a QtPy GR CtrlPort Performance Monitor app.

file_format: 1