State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIGNal:L5Band:L5S:PILot:SCODe:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIGNal:L5Band:L5S:PILot:SCODe:[STATe]
value: bool = driver.source.bb.gnss.svid.qzss.signal.l5Band.l5S.pilot.scode.state.get(satelliteSvid = repcap.SatelliteSvid.Default)

Activates the secondary code in the data/pilot channel.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SIGNal:L5Band:L5S:PILot:SCODe:[STATe]
driver.source.bb.gnss.svid.qzss.signal.l5Band.l5S.pilot.scode.state.set(state = False, satelliteSvid = repcap.SatelliteSvid.Default)

Activates the secondary code in the data/pilot channel.

Parameters:
  • state – 1 | ON | 0| OFF

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