Skip to content

Commit 018260c

Browse files
authored
Update receive-real-time-telemetry.md
1 parent 03ac0e9 commit 018260c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/orbital/receive-real-time-telemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Follow the [instructions to enable Capture](../../articles/event-hubs/event-hubs
6868

6969
## Understand telemetry points
7070

71-
### Current telemetry schema version: 4.0
71+
### Current telemetry schema version: 4.1
7272
The ground station provides telemetry using Avro as a schema. The schema is below:
7373

7474
```json
@@ -130,11 +130,11 @@ The ground station provides telemetry using Avro as a schema. The schema is belo
130130
},
131131
{
132132
"name": "contactTleLine1",
133-
"type": "string"
133+
"type": [ "null", "string" ]
134134
},
135135
{
136136
"name": "contactTleLine2",
137-
"type": "string"
137+
"type": [ "null", "string" ]
138138
},
139139
{
140140
"name": "links",
@@ -285,7 +285,7 @@ The following table provides the source device/point, possible values, and defin
285285
| digitizerName | Digitizer | | Name of digitizer device |
286286
| endpointName | Contact profile link channel | | Name of the endpoint used for the contact. |
287287
| inputEbN0InDb | Modem: measuredEbN0 | • NULL (Modem model other than QRadio or QRx) <br> • Double: Input EbN0 | Input energy per bit to noise power spectral density in dB. |
288-
| inputEsN0InDb | Not used in Microsoft antenna telemetry | NULL (Not used in Microsoft antenna telemetry) | Input energy per symbol to noise power spectral density in dB. |
288+
| inputEsN0InDb | Modem: measuredEsN0 | • NULL (Modem model other than QRx) <br> • Double: Input EsN0 | Input energy per symbol to noise power spectral density in dB. |
289289
| inputRfPowerDbm | Digitizer: inputRfPower | • NULL (Uplink or Digitizer driver other than SNNB or SNWB) <br> • Double: Input Rf Power | Input RF power in dBm. |
290290
| outputRfPowerDbm | Digitizer: outputRfPower | • NULL (Downlink or Digitizer driver other than SNNB or SNWB) <br> • Double: Output Rf Power | Ouput RF power in dBm. |
291291
| outputPacketRate | Digitizer: rfOutputStream[0].measuredPacketRate | • NULL (Downlink or Digitizer driver other than SNNB or SNWB) <br> • Double: Output Packet Rate | Measured packet rate for Uplink |

0 commit comments

Comments
 (0)