Add

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:ADD:DIR
[SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:ADD:FILE
class AddCls[source]

Add commands group definition. 2 total commands, 0 Subgroups, 2 group commands

set_dir(directory: str) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:ADD:DIR
driver.source.bb.gnss.sv.importPy.sbas.egnos.add.set_dir(directory = 'abc')

Adds a set of *.ems files for EGNOS correction data *.nstb files for WAAS correction data to an import file list in one step.

param directory

string File path

set_file(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:ADD:FILE
driver.source.bb.gnss.sv.importPy.sbas.egnos.add.set_file(filename = 'abc')

Adds *.ems files for EGNOS correction data *.nstb files for WAAS correction data to an import file list.

param filename

string The Filename string comprises the file directory, filename and extension. For more information about *.ems and *.nstb files, see ‘SBAS correction file download’.