AT Command

Description

AT!GETRAT command is used to return the current active radio access technology (RAT).


Support

Sierra Wireless Module Tutorial

Examples

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

Try the below script in the AT Command Tester tool

//Script: at!getrat
//Return the current radio access technology
//Supported for Sierra Wireless modules only

//Get the current RAT when not in service
AT!GETRAT?

//Get the current RAT when in service
AT!GETRAT?

Output of the above script in the AT Command Tester tool

AT!GETRAT?
!GETRAT: No Service
OK

AT!GETRAT?
!GETRAT: LTE
OK