Skip to content

Commit

Permalink
Update gnss.en.md (#415)
Browse files Browse the repository at this point in the history
ID list of satellites used
  • Loading branch information
bettellam authored Feb 14, 2024
1 parent 5747c56 commit d276049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/how-to/gnss.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The gnss variables always report the gnss sensor values, even when the crosshair
- `@position_number_of_used_satellites` - Number of satellites as reported by the sensor. It is only
available when the crosshair is snapped to the sensor. - IE
- `@position_used_satellites` - A list of satellites in use (pri) as reported by the sensor. It
is only available when the crosshair is snapped to the sensor. - `array_length(@position_used_satellites)` - E
is only available when the crosshair is snapped to the sensor. - `array_to_string(array_foreach(@position_used_satellites, @element), ', ')` - E
- `@position_fix_status_description` - The GPS Fix Status "NoData", "NoFix", "Fix2D" or "Fix3D"
as reported by the sensor. It is only available when the
crosshair is snapped to the sensor. - E
Expand Down

0 comments on commit d276049

Please sign in to comment.