Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Looking for agc mode string

Wayne
Wayne Member ✭✭
edited June 2018 in SmartSDR API
Got the commamd Slice set 0 agc_mode= **** Cant figure out what I need as a string to put for **** Tried mid, slw fst, slow, fast, off, 0,1,2,3 but no joy yet returning malformed command response. Found command in radio.cs api file. Help appreciated.

Answers

  • Paul Burton
    Paul Burton Member ✭✭
    edited April 2018
    you might try these

    namespace Flex.Smoothlake.FlexLib
    {
        public enum AGCMode
        {
            None = 0,
            Off = 1,
            Slow = 2,
            Medium = 3,
            Fast = 4
        }
    }

    Paul
  • Wayne
    Wayne Member ✭✭
    edited June 2018
    Thanks!
  • Wayne
    Wayne Member ✭✭
    edited June 2018
    They were not it Paul but you put me on track and I found them. Thanks again.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.