AT Command

Description

AT!DALGAVGAGC command is used to get the AGC (Avereage Gain Control) values for main or diversity path in LTE mode. This command is only applicable for Sierra Wireless Modems and must be used when the device is in factory test mode.


Support

Sierra Wireless Module Tutorial

Examples

KeywordsAT!DALGAVGAGC syntax, examples, parameters, error, input, response.

Try the below script in the AT Command Tester tool

//Script: at!dalgavgagc.at
//This AT command is used to return Rx AGC (Automatic Gain Control)
//value of main path or diversity path in the Sierra Wireless modems
//in the Factory Test Mode in the LTE mode.


//Enter the password
AT!ENTERCND="1234"

//Put the modem in to factory modem
AT!DAFTMACT

WAIT=2

//Set the radio for LTE Band B1
AT!DASBAND=34

WAIT=2

//Set LTE Bandwidth to 10 MHz
AT!DALSRXBW=3

WAIT=2

//Get the AGC value of main path
AT!DALGAVGAGC=18000,0

Output of the above script in the AT Command Tester tool

AT!ENTERCND="1234"

OK
Password protected commands are unlocked

AT!DAFTMACT

290300

OK
AT!DASBAND=34

0

OK
AT!DALSRXBW=3

OK

AT!DALGAVGAGC=18000,0