diff options
Diffstat (limited to 'gr-digital/grc')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.block.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.block.yml b/gr-digital/grc/digital_constellation_receiver_cb.block.yml index e082903c6b..53c3d42ac1 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.block.yml +++ b/gr-digital/grc/digital_constellation_receiver_cb.block.yml @@ -18,9 +18,7 @@ parameters: - id: showports label: Show Msg Ports dtype: bool - default: 'True' - options: ['False', 'True'] - option_labels: ['Yes', 'No'] + default: 'False' hide: part inputs: @@ -29,11 +27,11 @@ inputs: - domain: message id: set_constellation optional: true - hide: ${ showports } + hide: ${ not showports } - domain: message id: rotate_phase optional: true - hide: ${ showports } + hide: ${ not showports } outputs: - domain: stream |