L5S

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:QZSS:SIGNal:L5Band:L5S:[STATe]
class L5SCls[source]

L5S commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:QZSS:SIGNal:L5Band:L5S:[STATe]
value: bool = driver.source.bb.gnss.system.qzss.signal.l5Band.l5S.get_state()

Enables the corresponding signal from the GNSS system in the corresponding RF band.

return

signal_state: 1| ON| 0| OFF

set_state(signal_state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:QZSS:SIGNal:L5Band:L5S:[STATe]
driver.source.bb.gnss.system.qzss.signal.l5Band.l5S.set_state(signal_state = False)

Enables the corresponding signal from the GNSS system in the corresponding RF band.

param signal_state

1| ON| 0| OFF