State
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIGNal:L5Band:E5B:PILot:SCODe:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIGNal:L5Band:E5B:PILot:SCODe:[STATe] value: bool = driver.source.bb.gnss.svid.galileo.signal.l5Band.e5B.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>:GALileo:SIGNal:L5Band:E5B:PILot:SCODe:[STATe] driver.source.bb.gnss.svid.galileo.signal.l5Band.e5B.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’)