Navigation
SCPI Commands :
[SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate
[SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_create() → str[source]
# [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.
- Returns:
filename: string Filename or complete file path
- get_dformat() → NavDataFormat[source]
# [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.
- Returns:
data_format: LNAV | CNAV
- set_create(filename: str) → None[source]
# [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.
- Parameters:
filename – string Filename or complete file path
- set_dformat(data_format: NavDataFormat) → None[source]
# [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.
- Parameters:
data_format – LNAV | CNAV