E6S

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:GALileo:SIGNal:L2Band:E6S:[STATe]
class E6SCls[source]

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

get_state() bool[source]
# SCPI: [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.

return

signal_state: 1| ON| 0| OFF

set_state(signal_state: bool) None[source]
# SCPI: [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.

param signal_state

1| ON| 0| OFF