diff options
Diffstat (limited to 'gr-blocks/grc/blocks_ctrlport_probe_c.block.yml')
-rw-r--r-- | gr-blocks/grc/blocks_ctrlport_probe_c.block.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_ctrlport_probe_c.block.yml b/gr-blocks/grc/blocks_ctrlport_probe_c.block.yml new file mode 100644 index 0000000000..6f59f3e695 --- /dev/null +++ b/gr-blocks/grc/blocks_ctrlport_probe_c.block.yml @@ -0,0 +1,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 |