Reading GNSS fix information (number of satellites) using AT commands

Hi, we are doing testing with a Nordic dev kit and looking for ways to check the status of GNSS.

We are becoming familiar with the XGPS command and notifications: docs.nordicsemi.com/.../GNSS_AT_commands.html

However, I don't seem to find a way to read the number of satellites the device is currently tracking. I have tested theGNSS example program and this program displays the tracked satellites in the terminal. Is it possible to get this information via AT commands?

Related