Ca
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L1Band:CA:[STATe]
- class CaCls[source]
Ca commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L1Band:CA:[STATe] value: bool = driver.source.bb.gnss.system.gps.signal.l1Band.ca.get_state()
Enables the corresponding signal from the GNSS system in the corresponding RF band.
- return
signal_state: 1| ON| 0| OFF
- set_state(signal_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:GPS:SIGNal:L1Band:CA:[STATe] driver.source.bb.gnss.system.gps.signal.l1Band.ca.set_state(signal_state = False)
Enables the corresponding signal from the GNSS system in the corresponding RF band.
- param signal_state
1| ON| 0| OFF