diff options
Diffstat (limited to 'gr-uhd/grc/gen_uhd_usrp_blocks.py')
-rw-r--r-- | gr-uhd/grc/gen_uhd_usrp_blocks.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py index 6490723589..c31ee1325e 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -312,6 +312,11 @@ self.\$(id).set_bandwidth(\$bw$(n), $n) <check>\$num_mboards > 0</check> <check>\$nchan >= \$num_mboards</check> <check>(not \$stream_chans()) or (\$nchan == len(\$stream_chans))</check> + <sink> + <name>command</name> + <type>message</type> + <optional>1</optional> + </sink> <$sourk> <name>$direction</name> <type>\$type.type</type> |