diff options
Diffstat (limited to 'gr-blocks/grc/blocks_probe_signal_x.block.yml')
-rw-r--r-- | gr-blocks/grc/blocks_probe_signal_x.block.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_probe_signal_x.block.yml b/gr-blocks/grc/blocks_probe_signal_x.block.yml new file mode 100644 index 0000000000..0991bde99f --- /dev/null +++ b/gr-blocks/grc/blocks_probe_signal_x.block.yml @@ -0,0 +1,26 @@ +id: blocks_probe_signal_x +label: Probe Signal + +parameters: +- id: type + label: Input Type + dtype: enum + options: [complex, float, int, short, byte] + option_attributes: + fcn: [c, f, i, s, b] + hide: part + +inputs: +- domain: stream + dtype: ${ type } + +templates: + imports: from gnuradio import blocks + make: blocks.probe_signal_${type.fcn}() + +documentation: |- + Available functions to probe: level() + + Use with the function probe block. + +file_format: 1 |