Add
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:ADD:DIR
[SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:ADD:FILE
- Commands in total: 2Subgroups: 0Direct child commands: 2
- set_dir(directory: str) None[source]
# [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.
- Parameters:
directory – string File path
- set_file(filename: str) None[source]
# [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.
- Parameters:
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’.