Cuc

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIMulated:ORBit:CUC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIMulated:ORBit:CUC
value: float = driver.source.bb.gnss.svid.qzss.simulated.orbit.cuc.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the cosine difference of latitude.

Parameters:

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

Returns:

cuc: float

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

Sets the cosine difference of latitude.

Parameters:
  • cuc – float

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