L5S
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L5Band:L5S:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L5Band:L5S:[STATe] value: bool = driver.source.bb.gnss.system.gps.signal.l5Band.l5S.get_state()
Enables the corresponding signal from the GNSS system in the corresponding RF band.
- Returns:
signal_state: 1 | ON | 0| OFF
- set_state(signal_state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L5Band:L5S:[STATe] driver.source.bb.gnss.system.gps.signal.l5Band.l5S.set_state(signal_state = False)
Enables the corresponding signal from the GNSS system in the corresponding RF band.
- Parameters:
signal_state – 1 | ON | 0| OFF