Almanac

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:ALManac:CREate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_create() str[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:ALManac:CREate
value: str = driver.source.bb.gnss.adGeneration.almanac.get_create()

Saves the current assistance data settings into the selected almanac file. 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 The default extension is rs_al. It can be omitted in the filename. To save an almanac file as file with extension rs_yuma, specify it in the filename.

set_create(filename: str) None[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:ALManac:CREate
driver.source.bb.gnss.adGeneration.almanac.set_create(filename = 'abc')

Saves the current assistance data settings into the selected almanac file. 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 The default extension is rs_al. It can be omitted in the filename. To save an almanac file as file with extension rs_yuma, specify it in the filename.