diff options
Diffstat (limited to 'gr-digital/grc/digital_constellation_receiver_cb.xml')
-rw-r--r-- | gr-digital/grc/digital_constellation_receiver_cb.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.xml b/gr-digital/grc/digital_constellation_receiver_cb.xml index 134e027759..978020fdfe 100644 --- a/gr-digital/grc/digital_constellation_receiver_cb.xml +++ b/gr-digital/grc/digital_constellation_receiver_cb.xml @@ -29,6 +29,23 @@ <key>fmax</key> <type>real</type> </param> + + <param> + <name>Show Msg Ports</name> + <key>showports</key> + <value>True</value> + <type>enum</type> + <hide>part</hide> + <option> + <name>Yes</name> + <key>False</key> + </option> + <option> + <name>No</name> + <key>True</key> + </option> + </param> + <sink> <name>in</name> <type>complex</type> @@ -38,12 +55,14 @@ <name>set_constellation</name> <type>message</type> <optional>1</optional> + <hide>$showports</hide> </sink> <sink> <name>rotate_phase</name> <type>message</type> <optional>1</optional> + <hide>$showports</hide> </sink> <source> |