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
- Commands in total: 4Subgroups: 0Direct child commands: 4
- get_active() int[source]
# [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.
- Returns:
active_svs: integer Range: 0 to 24
- get_available() int[source]
# [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.
- Returns:
available_svs: integer Range: 0 to 40
- get_max() int[source]
# [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.
- Returns:
maximum_svs: integer Range: 0 to 24
- get_min() int[source]
# [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.
- set_max(maximum_svs: int) None[source]
# [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.
- Parameters:
maximum_svs – integer Range: 0 to 24
- set_min(minimum_svs: int) None[source]
# [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.
- Parameters:
minimum_svs – integer Range: 0 to 24