Unscaled

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:LNAV:EPHemeris:CIC: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>:GPS:NMESsage:LNAV:EPHemeris:CIC:UNSCaled
value: float = driver.source.bb.gnss.svid.gps.nmessage.lnav.ephemeris.cic.unscaled.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the sine difference of orbital radius.

param satelliteSvid

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

return

cic: integer

set(cic: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:LNAV:EPHemeris:CIC:UNSCaled
driver.source.bb.gnss.svid.gps.nmessage.lnav.ephemeris.cic.unscaled.set(cic = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the sine difference of orbital radius.

param cic

integer

param satelliteSvid

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