L2C

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORection:ISC:L2C
class L2CCls[source]

L2C commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORection:ISC:L2C
value: int = driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.isc.l2C.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: int, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:NMESsage:CNAV:CCORection:ISC:L2C
driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.isc.l2C.set(isc_l_2_c = 1, 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’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.svid.gps.nmessage.cnav.ccorrection.isc.l2C.clone()

Subgroups