Gps

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:GPS:[STATe]
Commands in total: 12
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:GPS:[STATe]
value: bool = driver.source.bb.gnss.system.gps.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:GPS:[STATe]
driver.source.bb.gnss.system.gps.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
gps_copy = driver.source.bb.gnss.system.gps.clone()

Subgroups