State
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L1Band:L1CDma<US0>:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L1Band:L1CDma<US0>:[STATe] value: bool = driver.source.bb.gnss.system.glonass.signal.l1Band.l1Cdma.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 ‘L1Cdma’)
- Returns:
signal_state: 1 | ON | 0| OFF
- set(signal_state: bool, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GLONass:SIGNal:L1Band:L1CDma<US0>:[STATe] driver.source.bb.gnss.system.glonass.signal.l1Band.l1Cdma.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 ‘L1Cdma’)