E6S

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:GALileo:SIGNal:L2Band:E6S:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GALileo:SIGNal:L2Band:E6S:[STATe]
value: bool = driver.source.bb.gnss.system.galileo.signal.l2Band.e6S.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:GALileo:SIGNal:L2Band:E6S:[STATe]
driver.source.bb.gnss.system.galileo.signal.l2Band.e6S.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