Navigation
SCPI Commands :
[SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate
[SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat
- class NavigationCls[source]
Navigation commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_create() → str[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate value: str = driver.source.bb.gnss.adGeneration.navigation.get_create()
Saves the current assistance data settings into the selected navigation file. Assistance data settings are saved as navigation file with the specific file extensions *.rs_nav or into RINEX files with extension .10n. Refer to ‘MMEMory Subsystem’ for general information on file handling in the default and in a specific directory.
- return
filename: string Filename or complete file path
- get_dformat() → RsSmbv.enums.NavDataFormat[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat value: enums.NavDataFormat = driver.source.bb.gnss.adGeneration.navigation.get_dformat()
Sets format of the generated navigation data file.
- return
data_format: LNAV| CNAV
- set_create(filename: str) → None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate driver.source.bb.gnss.adGeneration.navigation.set_create(filename = 'abc')
Saves the current assistance data settings into the selected navigation file. Assistance data settings are saved as navigation file with the specific file extensions *.rs_nav or into RINEX files with extension .10n. Refer to ‘MMEMory Subsystem’ for general information on file handling in the default and in a specific directory.
- param filename
string Filename or complete file path
- set_dformat(data_format: RsSmbv.enums.NavDataFormat) → None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat driver.source.bb.gnss.adGeneration.navigation.set_dformat(data_format = enums.NavDataFormat.CNAV)
Sets format of the generated navigation data file.
- param data_format
LNAV| CNAV