State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L5Band:L3CDma<US>:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(index=Index.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L5Band:L3CDma<US>:[STATe]
value: bool = driver.source.bb.gnss.system.glonass.signal.l5Band.l3Cdma.state.get(index = repcap.Index.Default)

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

Parameters:

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

Returns:

signal_state: 1 | ON | 0| OFF

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

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

Parameters:
  • signal_state – 1 | ON | 0| OFF

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘L3Cdma’)