Msas

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:MSAS:[STATe]
Commands in total: 24
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:MSAS:[STATe]
value: bool = driver.source.bb.gnss.system.sbas.msas.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:MSAS:[STATe]
driver.source.bb.gnss.system.sbas.msas.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
msas_copy = driver.source.bb.gnss.system.sbas.msas.clone()

Subgroups