L5Health

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:L5Health
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:L5Health
value: int = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.l5Health.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the L5 health flag in the NavIC NAV message.

Parameters:

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

Returns:

l_5_health: integer Range: 0 to 1

set(l_5_health: int, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:L5Health
driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.l5Health.set(l_5_health = 1, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the L5 health flag in the NavIC NAV message.

Parameters:
  • l_5_health – integer Range: 0 to 1

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