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
class FileCls[source]

File commands group definition. 3 total commands, 0 Subgroups, 3 group commands

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

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

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

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

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

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