Glonass
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:GLONass:[STATe]
- Commands in total: 6Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GLONass:[STATe] value: bool = driver.source.bb.gnss.system.glonass.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:GLONass:[STATe] driver.source.bb.gnss.system.glonass.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
glonass_copy = driver.source.bb.gnss.system.glonass.clone()
Subgroups