summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Morman <mormjb@gmail.com>2020-01-07 19:58:22 -0500
committerMartin Braun <martin.braun@ettus.com>2020-01-21 20:59:58 -0800
commit6b4949e49bf94c3b8ce66568280d2d6c82b82b92 (patch)
tree78123e2f8b3d6feb97d52a8deae013d577cef0ff
parent3a8ffeaa404c70fdfe53f6c1821641e07d9771ce (diff)
uhd: fix chooser default value in example flowgraphs
-rw-r--r--gr-uhd/examples/grc/uhd_fft.grc22
-rw-r--r--gr-uhd/examples/grc/uhd_msg_tune.grc2
-rw-r--r--gr-uhd/examples/grc/uhd_siggen_gui.grc3
3 files changed, 17 insertions, 10 deletions
diff --git a/gr-uhd/examples/grc/uhd_fft.grc b/gr-uhd/examples/grc/uhd_fft.grc
index 20bdcd58b6..5e59f61f3b 100644
--- a/gr-uhd/examples/grc/uhd_fft.grc
+++ b/gr-uhd/examples/grc/uhd_fft.grc
@@ -1,6 +1,7 @@
options:
parameters:
author: Example
+ catch_exceptions: 'True'
category: Custom
cmake_opt: ''
comment: ''
@@ -45,6 +46,7 @@ blocks:
label4: ''
labels: '[]'
num_opts: '4'
+ option0: RX2
option1: TX/RX
option2: J1
option3: J2
@@ -421,16 +423,16 @@ blocks:
alpha9: '1.0'
autoscale: 'True'
axislabels: 'True'
- color1: '"blue"'
- color10: '"blue"'
- color2: '"red"'
- color3: '"green"'
- color4: '"black"'
- color5: '"cyan"'
- color6: '"magenta"'
- color7: '"yellow"'
- color8: '"dark red"'
- color9: '"dark green"'
+ color1: blue
+ color10: dark blue
+ color2: red
+ color3: green
+ color4: black
+ color5: cyan
+ color6: magenta
+ color7: yellow
+ color8: dark red
+ color9: dark green
comment: ''
ctrlpanel: 'True'
entags: 'True'
diff --git a/gr-uhd/examples/grc/uhd_msg_tune.grc b/gr-uhd/examples/grc/uhd_msg_tune.grc
index 715d74c7d2..c821edc9e5 100644
--- a/gr-uhd/examples/grc/uhd_msg_tune.grc
+++ b/gr-uhd/examples/grc/uhd_msg_tune.grc
@@ -1,6 +1,7 @@
options:
parameters:
author: ''
+ catch_exceptions: 'True'
category: Custom
cmake_opt: ''
comment: ''
@@ -46,6 +47,7 @@ blocks:
label4: ''
labels: '[]'
num_opts: '2'
+ option0: TX/RX
option1: RX2
option2: '2'
option3: '3'
diff --git a/gr-uhd/examples/grc/uhd_siggen_gui.grc b/gr-uhd/examples/grc/uhd_siggen_gui.grc
index f373c85557..a3066633d8 100644
--- a/gr-uhd/examples/grc/uhd_siggen_gui.grc
+++ b/gr-uhd/examples/grc/uhd_siggen_gui.grc
@@ -1,6 +1,7 @@
options:
parameters:
author: Ettus Research
+ catch_exceptions: 'True'
category: Custom
cmake_opt: ''
comment: ''
@@ -66,6 +67,7 @@ blocks:
label4: ''
labels: '[]'
num_opts: '2'
+ option0: RX2
option1: TX/RX
option2: J1
option3: J2
@@ -317,6 +319,7 @@ blocks:
label4: Sweep
labels: '[]'
num_opts: '5'
+ option0: '0'
option1: '1'
option2: '2'
option3: '3'