summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorHåkon Vågsether <haakonsv@gmail.com>2019-01-14 16:12:23 +0100
committerMartin Braun <martin.braun@ettus.com>2019-01-14 09:33:27 -0800
commitc4609e2c8dc6c205390992f4e3cba43a07114f75 (patch)
treea8ef05e4889d38ad2dffc6c1f23bca779bb14661 /gr-blocks/grc
parent3239b31e5f6dc663b0ea8c7fde6e218d865e5e6b (diff)
blocks: Fix remaining interleaved type converters
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_complex_to_interleaved_char.block.yml3
-rw-r--r--gr-blocks/grc/blocks_complex_to_interleaved_short.block.yml3
-rw-r--r--gr-blocks/grc/blocks_interleaved_char_to_complex.block.yml3
3 files changed, 3 insertions, 6 deletions
diff --git a/gr-blocks/grc/blocks_complex_to_interleaved_char.block.yml b/gr-blocks/grc/blocks_complex_to_interleaved_char.block.yml
index e11e0801cd..78a1da6e8b 100644
--- a/gr-blocks/grc/blocks_complex_to_interleaved_char.block.yml
+++ b/gr-blocks/grc/blocks_complex_to_interleaved_char.block.yml
@@ -10,8 +10,7 @@ parameters:
options: ['False', 'True']
option_labels: ['No', 'Yes']
option_attributes:
- vlen: ['1', '2']
- hide: ${ 'part' if vlen == 1 else 'none' }
+ vlen: [1, 2]
inputs:
- domain: stream
diff --git a/gr-blocks/grc/blocks_complex_to_interleaved_short.block.yml b/gr-blocks/grc/blocks_complex_to_interleaved_short.block.yml
index 9853f5b117..bd4a588aca 100644
--- a/gr-blocks/grc/blocks_complex_to_interleaved_short.block.yml
+++ b/gr-blocks/grc/blocks_complex_to_interleaved_short.block.yml
@@ -10,8 +10,7 @@ parameters:
options: ['False', 'True']
option_labels: ['No', 'Yes']
option_attributes:
- vlen: ['1', '2']
- hide: ${ 'part' if vlen == 1 else 'none' }
+ vlen: [1, 2]
inputs:
- domain: stream
diff --git a/gr-blocks/grc/blocks_interleaved_char_to_complex.block.yml b/gr-blocks/grc/blocks_interleaved_char_to_complex.block.yml
index bf09350843..39f747a981 100644
--- a/gr-blocks/grc/blocks_interleaved_char_to_complex.block.yml
+++ b/gr-blocks/grc/blocks_interleaved_char_to_complex.block.yml
@@ -10,8 +10,7 @@ parameters:
options: ['False', 'True']
option_labels: ['No', 'Yes']
option_attributes:
- vlen: ['1', '2']
- hide: ${ 'part' if vlen == 1 else 'none' }
+ vlen: [1, 2]
inputs:
- domain: stream