Cuc

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:CUC
class CucCls[source]

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

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SIMulated:ORBit:CUC
value: float = driver.source.bb.gnss.svid.gps.simulated.orbit.cuc.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the cosine difference of latitude.

param satelliteSvid

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

return

cuc: float

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

Sets the cosine difference of latitude.

param cuc

float

param satelliteSvid

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