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