AT Command

Description

AT!SELACQ AT command is used to set the RAt acquisition order in the Sierra Wierelss modems.


Support

Sierra Wireless Module Tutorial

Examples

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

Try the below script in the AT Command Tester tool

//Script: at!selacq.at
//This AT command is used to select the RAT acquisition order in the Sierra Wireless modems


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

//Quert the command support
AT!SELACQ=?

WAIT=2

//Get the current acquisiiton order
AT!SELACQ?

//Set the acquisition order
AT!SELACQ=CDMA,LTE,WCDMA,HDR,GSM

//Set the acquisition order
AT!SELACQ=LTE,WCDMA,GSM,CDMA,HDR


Output of the above script in the AT Command Tester tool

AT!ENTERCND="1234"

OK
Password protected commands are unlocked

AT!SELACQ=?

AT!SELACQ=[,[,[,[,]]]]
Possible :LTE, WCDMA, GSM, CDMA, HDR


OK
AT!SELACQ?

!SELACQ: 
LTE
WCDMA
GSM
CDMA
HDR
UNKNOWN

OK
AT!SELACQ=CDMA,LTE,WCDMA,HDR,GSM

OK
AT!SELACQ=LTE,WCDMA,GSM,CDMA,HDR

OK