Cus

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:CUS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:CUS
value: float = driver.source.bb.gnss.svid.navic.simulated.orbit.cus.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: float

set(cus: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SIMulated:ORBit:CUS
driver.source.bb.gnss.svid.navic.simulated.orbit.cus.set(cus = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the sine difference of latitude.

Parameters:
  • cus – float

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