# Satellites

The Satellites window provides a list of the visible global navigation satellite systems connected to the rover’s GNSS receiver. It displays several parameters such as space vehicle name, name of signal, signal strength, and locktime.

![](/files/-MVYDG5JkDYMO01kfJYA)

|          |                                                                                                                                                                               |
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SV       | Name of GNSS satellite. Acronym stands for Space Vehicle.                                                                                                                     |
| Signal   | Name of the GNSS carrier band.                                                                                                                                                |
| RSSI     | Measurement of the power present in a received radio signal. Measured in dBHz.                                                                                                |
| LockTime | The amount of time since the satellite last obtained signal and navigation data. Max amount of time is 131s. Lower value indicates the satellite is constantly losing signal. |

{% hint style="info" %}
There may be instances where the LockTime will constantly display lower values. One such case might be a LiDAR mapping system mounted to a rotorcraft. If the GNSS antenna is located beneath the rotor blades, there will be a degradation in LockTime due to the blades obstructing the GNSS antenna signal.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.phoenixlidar.com/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/iface_se/user-interface/satellites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
