<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I am not sure how to set auto gain on a RTL dongle.   I ran across
    this which I think should be what I need:<br>
    <br>
       
    <a class="moz-txt-link-freetext" href="http://cgit.osmocom.org/gr-osmosdr/tree/grc/gen_osmosdr_blocks.py">http://cgit.osmocom.org/gr-osmosdr/tree/grc/gen_osmosdr_blocks.py</a><br>
    <br>
    From that page:<br>
    <br>
    <pre><code>  <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>
    <option>
      <name>Manual</name>
      <key>False</key>
    </option>
    <option>
      <name>Automatic</name>
      <key>True</key>
    </option>
  </param>

</code></pre>
    However it is not clear what I need to pass to make auto gain
    happen.<br>
    <br>
    Thanks,<br>
    <br>
    John<br>
  </body>
</html>