You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| contactTleLine1 | ACU: Satellite[0].Model.Value |• String: TLE <br> • "Empty TLE Line 1" if metric is null| First line of the TLE used for the contact. |
230
-
| contactTLeLine2 | ACU: Satellite[0].Model.Value |• String: TLE <br> • "Empty TLE Line 2" if metric is null| Second line of the TLE used for the contact. |
231
-
|antennaType | Respective 1P/3P telemetry builders set this value | MICROSOFT, KSAT, VIASAT | Antenna network used for the contact.|
274
+
| contactTleLine1 | ACU: Satellite[0].Model.Value | String of TLE Line 1 | First line of the TLE used for the contact. |
275
+
| contactTLeLine2 | ACU: Satellite[0].Model.Value | String of TLE Line 2 | Second line of the TLE used for the contact. |
276
+
|name [Link-level]| Contact profile link || Name of the link|
232
277
| direction | Contact profile link | Uplink, Downlink | Direction of the link used for the contact. |
233
278
| polarization | Contact profile link | RHCP, LHCP, DualRhcpLhcp, LinearVertical, LinearHorizontal | Polarization of the link used for the contact. |
234
-
| uplinkEnabled | ACU: SBandCurrent or UHFTotalCurrent | • NULL (Invalid CenterFrequencyMhz or Downlink direction) <br> • False (Bands other than S and UHF or Amp Current < Threshold) <br> • True (S/UHF-band, Uplink, Amp Current > Threshold) | Idicates whether uplink was enabled for the contact. |
279
+
| uplinkEnabled | ACU: SBandCurrent or UHFTotalCurrent | • NULL (Invalid CenterFrequencyMhz or Downlink direction) <br> • False (Bands other than S and UHF or Amp Current < Threshold) <br> • True (S/UHF-band, Uplink, Amp Current > Threshold) | Indicates whether uplink was enabled for the contact. |
280
+
| name [Channel-level]| Contact profile link channel || Name of the channel |
281
+
| modemName | Modem || Name of modem device |
282
+
| digitizerName | Digitizer || Name of digitizer device |
235
283
| endpointName | Contact profile link channel || Name of the endpoint used for the contact. |
236
284
| 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. |
237
285
| inputEsN0InDb | Not used in 1P telemetry | NULL (Not used in 1P telemetry) | Input energy per symbol to noise power spectral density in dB. |
238
-
| inputRfPowerDbm | Digitizer: inputRfPower | • NULL (Uplink) <br> • 0 (Digitizer driver other than SNNB or SNWB) <br> • Double: Input Rf Power | Input RF power in dBm. |
286
+
| inputRfPowerDbm | Digitizer: inputRfPower | • NULL (Uplink or Digitizer driver other than SNNB or SNWB) <br> • Double: Input Rf Power | Input RF power in dBm. |
287
+
| outputRfPowerDbm | Digitizer: outputRfPower | • NULL (Downlink or Digitizer driver other than SNNB or SNWB) <br> • Double: Output Rf Power | Ouput RF power in dBm. |
288
+
| 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 |
289
+
| gapCount | Digitizer: rfOutputStream[0].gapCount | • NULL (Downlink or Digitizer driver other than SNNB or SNWB) <br> • Double: Gap count | Packet gap count for Uplink |
239
290
| modemLockStatus | Modem: carrierLockState | • NULL (Modem model other than QRadio or QRx; couldn’t parse lock status Enum) <br> • Empty string (if metric reading was null) <br> • String: Lock status | Confirmation that the modem was locked. |
240
-
| commandsSent | Modem: commandsSent | • 0 (if not Uplink and QRadio) <br> • Double: # of commands sent | Confirmation that commands were sent during the contact. |
291
+
| commandsSent | Modem: commandsSent | • NULL (if not Uplink and QRadio) <br> • Double: # of commands sent | Confirmation that commands were sent during the contact. |
241
292
242
293
## Changelog
294
+
2023-10-03 - Introduce version 4.0. Updated schema to include uplink packet metrics and names of infrastructure in use (groundstation, antenna, spacecraft, modem, digitizer, link, channel) <br>
243
295
2023-06-05 - Updatd schema to show metrics under channels instead of links.
0 commit comments