Almanac

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:ALManac:CREate
class AlmanacCls[source]

Almanac commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_create() str[source]
# SCPI: [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.

return

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]
# SCPI: [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.

param 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.