Unscaled

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORection:ISC:L2C: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:CNAV:CCORection:ISC:L2C:UNSCaled
value: float = driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.isc.l2C.unscaled.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the inter-signal corrections (ISC) parameters of the GPS/QZSS CNAV message.

param satelliteSvid

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

return

isc_l_2_c: No help available

set(isc_l_2_c: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORection:ISC:L2C:UNSCaled
driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.isc.l2C.unscaled.set(isc_l_2_c = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the inter-signal corrections (ISC) parameters of the GPS/QZSS CNAV message.

param isc_l_2_c

integer Range: -4096 to 4095

param satelliteSvid

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