Cuc

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:CUC
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:CUC
value: int = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.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: integer

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

Sets the cosine difference of latitude.

Parameters:
  • cuc – integer

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

Cloning the Group

# Create a copy of the original group, that exists independently
cuc_copy = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.cuc.clone()

Subgroups