summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_ctrlport_probe_c.block.yml
blob: 6f59f3e6953e99107025b73a61ba917334b8ab1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
id: blocks_ctrlport_probe_c
label: Ctrlport Complex Probe

parameters:
-   id: name
    label: Name
    dtype: string
    default: constellation
-   id: desc
    label: Description
    dtype: string
    default: Constellation Points

inputs:
-   domain: stream
    dtype: complex

templates:
    imports: from gnuradio import blocks
    make: blocks.ctrlport_probe_c(${name}, ${desc})

documentation: |-
    Place this in a graph to export complex values to a GRCP port probe.

file_format: 1