Sbas
SCPI Command :
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:[STATe]
- class SbasCls[source]
Sbas commands group definition. 99 total commands, 5 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
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. [:SOURcehw]:BB:GNSS:SYSTem:SBAS:EGNOS[:STATe]. 0 All SBAS systems are disabled.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.system.sbas.clone()
Subgroups