Unscaled

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:FNAV:EPHemeris:CIC:UNSCaled
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:NMESsage:FNAV:EPHemeris:CIC:UNSCaled
value: float = driver.source.bb.gnss.svid.galileo.nmessage.fnav.ephemeris.cic.unscaled.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the sine difference of orbital radius.

Parameters:

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

Returns:

cic: integer

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

Sets the sine difference of orbital radius.

Parameters:
  • cic – integer

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