E5A

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:GALileo:SIGNal:L5Band:E5A:[STATe]
class E5ACls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:GALileo:SIGNal:L5Band:E5A:[STATe]
value: bool = driver.source.bb.gnss.system.galileo.signal.l5Band.e5A.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:L5Band:E5A:[STATe]
driver.source.bb.gnss.system.galileo.signal.l5Band.e5A.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