Beidou

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:BEIDou:[STATe]
class BeidouCls[source]

Beidou commands group definition. 7 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:BEIDou:[STATe]
value: bool = driver.source.bb.gnss.system.beidou.get_state()

Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.

return

state: 1| ON| 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:BEIDou:[STATe]
driver.source.bb.gnss.system.beidou.set_state(state = False)

Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.

param state

1| ON| 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.system.beidou.clone()

Subgroups