Gagan
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:[STATe]
- Commands in total: 24Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:[STATe] value: bool = driver.source.bb.gnss.system.sbas.gagan.get_state()
Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.
- Returns:
state: 1 | ON | 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:[STATe] driver.source.bb.gnss.system.sbas.gagan.set_state(state = False)
Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.
- Parameters:
state – 1 | ON | 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.
Cloning the Group
# Create a copy of the original group, that exists independently
gagan_copy = driver.source.bb.gnss.system.sbas.gagan.clone()
Subgroups