Unscaled
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:CUC:UNSCaled
- class UnscaledCls[source]
Unscaled commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:CUC:UNSCaled value: float = driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.cuc.unscaled.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: integer
- set(cuc: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:NMESsage:NAV:EPHemeris:CUC:UNSCaled driver.source.bb.gnss.svid.navic.nmessage.nav.ephemeris.cuc.unscaled.set(cuc = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the cosine difference of latitude.
- param cuc
integer
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)