Gps
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:GPS:[STATe]
- class GpsCls[source]
Gps commands group definition. 8 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:GPS:[STATe] value: bool = driver.source.bb.gnss.system.gps.get_state()
Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.
- return
state: 1| ON| 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:GPS:[STATe] driver.source.bb.gnss.system.gps.set_state(state = False)
Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.
- param state
1| ON| 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.system.gps.clone()
Subgroups