L1Band
SCPI Command :
[SOURce<HW>]:BB:GNSS:L1Band:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:L1Band:[STATe] value: bool = driver.source.bb.gnss.l1Band.get_state()
Activates the RF band.
- Returns:
l_1_band_state: 1 | ON | 0| OFF
- set_state(l_1_band_state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:L1Band:[STATe] driver.source.bb.gnss.l1Band.set_state(l_1_band_state = False)
Activates the RF band.
- Parameters:
l_1_band_state – 1 | ON | 0| OFF