Mode

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:EPHemeris:SAR:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) SarMode[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:EPHemeris:SAR:MODE
value: enums.SarMode = driver.source.bb.gnss.svid.galileo.nmessage.inav.ephemeris.sar.mode.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the Search-and-Rescue Service (SAR) mode for SAR message generation. SAR messages are specified by the 22-bit SAR field in the I/NAV navigation message. For more information, refer to specification Galileo OS SIS ICD.

Parameters:

satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)

Returns:

sar_mode: SPARe | SRLM | LRLM SPARe Generates spare SAR data. The start bit is set to one. SAR receivers interpret the following 21 spare bits as SAR non-relevant data. SRLM/LRLM Generates SAR data for nominal mode operation in the Galileo E1-B component. For the SAR message format, you can select between short return link message (SRLM) and long return link message (LRLM) . For the real navigation message, the Short/Long RLM Identifier, in the SAR data field is set accordingly (0 = Short RLM, 1 = Long RLM) .

set(sar_mode: SarMode, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:INAV:EPHemeris:SAR:MODE
driver.source.bb.gnss.svid.galileo.nmessage.inav.ephemeris.sar.mode.set(sar_mode = enums.SarMode.LRLM, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the Search-and-Rescue Service (SAR) mode for SAR message generation. SAR messages are specified by the 22-bit SAR field in the I/NAV navigation message. For more information, refer to specification Galileo OS SIS ICD.

Parameters:
  • sar_mode – SPARe | SRLM | LRLM SPARe Generates spare SAR data. The start bit is set to one. SAR receivers interpret the following 21 spare bits as SAR non-relevant data. SRLM/LRLM Generates SAR data for nominal mode operation in the Galileo E1-B component. For the SAR message format, you can select between short return link message (SRLM) and long return link message (LRLM) . For the real navigation message, the Short/Long RLM Identifier, in the SAR data field is set accordingly (0 = Short RLM, 1 = Long RLM) .

  • satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)