Py
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L1Band:PY:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L1Band:PY:[STATe] value: bool = driver.source.bb.gnss.system.gps.signal.l1Band.py.get_state()
Enables the corresponding signal from the GNSS system in the corresponding RF band.
- Returns:
signal_state: 1 | ON | 0| OFF
- set_state(signal_state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L1Band:PY:[STATe] driver.source.bb.gnss.system.gps.signal.l1Band.py.set_state(signal_state = False)
Enables the corresponding signal from the GNSS system in the corresponding RF band.
- Parameters:
signal_state – 1 | ON | 0| OFF