preset default if gain value in GRC to the one used outside of GRC

This commit is contained in:
Dimitri Stolnikov 2012-08-01 22:39:24 +02:00
parent 3a624df99b
commit bb0adf48e5
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ PARAMS_TMPL = """
<param>
<name>Ch$(n): IF Gain (dB)</name>
<key>if_gain$(n)</key>
<value>20</value>
<value>24</value>
<type>real</type>
<hide>\#if \$nchan() > $n then 'none' else 'all'#</hide>
</param>