AT Command

Description

AT+CGNSPWR command returns the current status of GNSS power supply.


Support

Simcom Module Tutorial

Examples

Get the list of returned values for AT+CGNSPWR,

AT+CGNSPWR=?
+CGNSPWR: (0-1)

OK

Supported values are,

  • 0 - Turn off GNSS power supply
  • 1 - Turn on GNSS power supply

Get the current status of GNSS power supply,

AT+CGNSPWR?
+CGNSPWR: 0

OK

Since '0' is returned, GNSS power is currently turned off.

To turn on GNSS power in Simcom modules

AT+CGNSPWR=1
OK

Query the status to check whether it is turned on,

AT+CGNSPWR?
+CGNSPWR: 1

OK

To turn off GNSS power in Simcom modules

AT+CGNSPWR=0
OK

KeywordsAT+CGNSPWR syntax, examples, parameters, error, input, response.


Test AT+CGNSPWR command with AT Command Tester