Beidou
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:ACTive
[SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:AVAilable
[SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:MAX
[SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:MIN
- class BeidouCls[source]
Beidou commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_active() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:ACTive value: int = driver.source.bb.gnss.sv.selection.beidou.get_active()
Queries the number of active satellites per GNSS system that are currently part of the satellite’s constellation.
- return
active_svs: integer Range: 0 to 24
- get_available() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:AVAilable value: int = driver.source.bb.gnss.sv.selection.beidou.get_available()
Queries the number of available satellites per GNSS system.
- return
available_svs: integer Range: 0 to 40
- get_max() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:MAX value: int = driver.source.bb.gnss.sv.selection.beidou.get_max()
Sets the minimum and maximum number of satellites per GNSS system that can be included in the satellite constellation.
- return
maximum_svs: integer Range: 0 to 24
- get_min() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:MIN value: int = driver.source.bb.gnss.sv.selection.beidou.get_min()
Sets the minimum and maximum number of satellites per GNSS system that can be included in the satellite constellation.
- return
minimum_svs: No help available
- set_max(maximum_svs: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:MAX driver.source.bb.gnss.sv.selection.beidou.set_max(maximum_svs = 1)
Sets the minimum and maximum number of satellites per GNSS system that can be included in the satellite constellation.
- param maximum_svs
integer Range: 0 to 24
- set_min(minimum_svs: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:BEIDou:MIN driver.source.bb.gnss.sv.selection.beidou.set_min(minimum_svs = 1)
Sets the minimum and maximum number of satellites per GNSS system that can be included in the satellite constellation.
- param minimum_svs
integer Range: 0 to 24