Gps

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SV:SELection:GPS:ACTive
[SOURce<HW>]:BB:GNSS:SV:SELection:GPS:AVAilable
[SOURce<HW>]:BB:GNSS:SV:SELection:GPS:MAX
[SOURce<HW>]:BB:GNSS:SV:SELection:GPS:MIN
class GpsCls[source]

Gps commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_active() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:GPS:ACTive
value: int = driver.source.bb.gnss.sv.selection.gps.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:GPS:AVAilable
value: int = driver.source.bb.gnss.sv.selection.gps.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:GPS:MAX
value: int = driver.source.bb.gnss.sv.selection.gps.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:GPS:MIN
value: int = driver.source.bb.gnss.sv.selection.gps.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:GPS:MAX
driver.source.bb.gnss.sv.selection.gps.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:GPS:MIN
driver.source.bb.gnss.sv.selection.gps.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