Sbas
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:[STATe]
- Commands in total: 99Subgroups: 5Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:[STATe] value: bool = driver.source.bb.gnss.system.sbas.get_state()
Queries if at least one of the SBAS system is enabled.
- Returns:
state: 1 | ON | 0| OFF 1 At least one SBAS system is enabled. To enable each of the SBAS systems, use the corresponding command, e.g. method
RsSmw.source.bb.gnss.system.sbas.egnos.state(). 0 All SBAS systems are disabled.
Cloning the Group
# Create a copy of the original group, that exists independently
sbas_copy = driver.source.bb.gnss.system.sbas.clone()
Subgroups