State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:SIGNal:L5Band:EL5S<US>:[STATe]
class StateCls[source]

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

get(index=Index.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:SIGNal:L5Band:EL5S<US>:[STATe]
value: bool = driver.source.bb.gnss.system.sbas.signal.l5Band.el5S.state.get(index = repcap.Index.Default)

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

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)

return

signal_state: 1| ON| 0| OFF

set(signal_state: bool, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:SIGNal:L5Band:EL5S<US>:[STATe]
driver.source.bb.gnss.system.sbas.signal.l5Band.el5S.state.set(signal_state = False, index = repcap.Index.Default)

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

param signal_state

1| ON| 0| OFF

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)