Shealth

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:SHEalth
class ShealthCls[source]

Shealth commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:SHEalth
value: int = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.shealth.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the S health flag in the NavIC NAV message.

param satelliteSvid

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

return

shealth: integer Range: 0 to 1

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

Sets the S health flag in the NavIC NAV message.

param shealth

integer Range: 0 to 1

param satelliteSvid

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