Skip to content

Commit

Permalink
Changes of the presentation of the Multi-RTL in the gnuradio-companion
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkrysik committed Jun 28, 2016
1 parent cbc12d5 commit dfda15b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions grc/gen_multi_rtl_block.py
Expand Up @@ -105,7 +105,7 @@
<key>sync_gain$(n)</key>
<value>10</value>
<type>real</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
<hide>\#if \$nchan() > $n then 'part' else 'all'#</hide>
<tab>Synchronization</tab>
</param>
<param>
Expand All @@ -114,20 +114,22 @@
<value>100e6</value>
<type>real</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
<tab>RF Options</tab>
</param>
<param>
<name>Ch$(n): RF Gain (dB)</name>
<key>gain$(n)</key>
<value>10</value>
<type>real</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
<hide>\#if \$nchan() > $n then 'part' else 'all'#</hide>
<tab>RF Options</tab>
</param>
<param>
<name>Ch$(n): Gain Mode</name>
<key>gain_mode$(n)</key>
<value>False</value>
<type>bool</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
<hide>\#if \$nchan() > $n then 'part' else 'all'#</hide>
<option>
<name>Manual</name>
<key>False</key>
Expand All @@ -136,13 +138,14 @@
<name>Automatic</name>
<key>True</key>
</option>
<tab>RF Options</tab>
</param>
<param>
<name>Ch$(n): ID string</name>
<key>id_string$(n)</key>
<value>"$(n)"</value>
<type>string</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
<hide>\#if \$nchan() > $n then 'part' else 'all'#</hide>
</param>
"""

Expand Down
2 changes: 1 addition & 1 deletion grc/multi_rtl_vector_sink_cn.xml
Expand Up @@ -2,7 +2,7 @@
<block>
<name>vector_sink_cn</name>
<key>multi_rtl_vector_sink_cn</key>
<category>Multi_rtl</category>
<category>Multi-RTL</category>
<import>import multi_rtl</import>
<make>multi_rtl.vector_sink_cn($vlen, $finite, $nsamp)</make>
<param>
Expand Down

0 comments on commit dfda15b

Please sign in to comment.