Unscaled

SCPI Command :

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

Sets the sine difference of latitude.

Parameters:

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

Returns:

cus: integer

set(cus: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:CUS:UNSCaled
driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.cus.unscaled.set(cus = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the sine difference of latitude.

Parameters:
  • cus – integer

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