Qzss
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:UALL
[SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:UDSource
- Commands in total: 5Subgroups: 2Direct child commands: 2
- get_uall() bool[source]
# [SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:UALL value: bool = driver.source.bb.gnss.sv.importPy.qzss.get_uall()
No help available
- Returns:
use_to_all_systems: 1 | ON | 0| OFF
- get_ud_source() bool[source]
# [SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:UDSource value: bool = driver.source.bb.gnss.sv.importPy.qzss.get_ud_source()
Enables loading the dedicated files as source for the navigation data.
- Returns:
use_diff_src_state: 1 | ON | 0| OFF
- set_uall(use_to_all_systems: bool) None[source]
# [SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:UALL driver.source.bb.gnss.sv.importPy.qzss.set_uall(use_to_all_systems = False)
No help available
- Parameters:
use_to_all_systems – 1 | ON | 0| OFF
- set_ud_source(use_diff_src_state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:UDSource driver.source.bb.gnss.sv.importPy.qzss.set_ud_source(use_diff_src_state = False)
Enables loading the dedicated files as source for the navigation data.
- Parameters:
use_diff_src_state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
qzss_copy = driver.source.bb.gnss.sv.importPy.qzss.clone()
Subgroups