File

SCPI Commands :

[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:IMPort:ADD:FILE:EMS
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:IMPort:ADD:FILE:GRID
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:IMPort:ADD:FILE:NSTB
Commands in total: 3
Subgroups: 0
Direct child commands: 3
set_ems(filename: str) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:IMPort:ADD:FILE:EMS
driver.source.bb.gnss.atmospheric.ionospheric.mops.importPy.add.file.set_ems(filename = 'abc')

Add ems, nstb or iono_grid files 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’ . iono_grid files, see Example ‘Ionospheric grid file content (extract) ‘.

set_grid(filename: str) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:IMPort:ADD:FILE:GRID
driver.source.bb.gnss.atmospheric.ionospheric.mops.importPy.add.file.set_grid(filename = 'abc')

Add ems, nstb or iono_grid files 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’ . iono_grid files, see Example ‘Ionospheric grid file content (extract) ‘.

set_nstb(filename: str) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:IMPort:ADD:FILE:NSTB
driver.source.bb.gnss.atmospheric.ionospheric.mops.importPy.add.file.set_nstb(filename = 'abc')

Add ems, nstb or iono_grid files 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’ . iono_grid files, see Example ‘Ionospheric grid file content (extract) ‘.