State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L2Band:L2CDma<US0>:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L2Band:L2CDma<US0>:[STATe]
value: bool = driver.source.bb.gnss.system.glonass.signal.l2Band.l2Cdma.state.get(indexNull = repcap.IndexNull.Default)

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

Parameters:

indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L2Cdma’)

Returns:

signal_state: 1 | ON | 0| OFF

set(signal_state: bool, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L2Band:L2CDma<US0>:[STATe]
driver.source.bb.gnss.system.glonass.signal.l2Band.l2Cdma.state.set(signal_state = False, indexNull = repcap.IndexNull.Default)

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

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L2Cdma’)