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

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.

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • 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
  • Member ✭✭
    edited June 2018
    Thanks!
  • Member ✭✭
    edited June 2018
    They were not it Paul but you put me on track and I found them. Thanks again.

Leave a Comment