Glonass
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SV:SELection:GLONass:ACTive
[SOURce<HW>]:BB:GNSS:SV:SELection:GLONass:AVAilable
[SOURce<HW>]:BB:GNSS:SV:SELection:GLONass:MAX
[SOURce<HW>]:BB:GNSS:SV:SELection:GLONass:MIN
- class GlonassCls[source]
Glonass commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_active() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:GLONass:ACTive value: int = driver.source.bb.gnss.sv.selection.glonass.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:GLONass:AVAilable value: int = driver.source.bb.gnss.sv.selection.glonass.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:GLONass:MAX value: int = driver.source.bb.gnss.sv.selection.glonass.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:GLONass:MIN value: int = driver.source.bb.gnss.sv.selection.glonass.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:GLONass:MAX driver.source.bb.gnss.sv.selection.glonass.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:GLONass:MIN driver.source.bb.gnss.sv.selection.glonass.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