File
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SV:IMPort:NAVic:FILE:CONStellation
[SOURce<HW>]:BB:GNSS:SV:IMPort:NAVic:FILE:NMESsage
- class FileCls[source]
File commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_constellation() str [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:NAVic:FILE:CONStellation value: str = driver.source.bb.gnss.sv.importPy.navic.file.get_constellation()
Selects the file from that the satellites constellation and navigation data are extracted. Supported file extensions for satellites constellation and navigation data
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- return
filename: string Filename, including file path and file extension.
- get_nmessage() str [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:NAVic:FILE:NMESsage value: str = driver.source.bb.gnss.sv.importPy.navic.file.get_nmessage()
Selects the file from that the navigation data is extracted. For an overview of the supported file types, see Table ‘Supported file extensions for satellites constellation and navigation data’. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- return
filename: string Filename, incl. file path and file extension.
- set_constellation(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:NAVic:FILE:CONStellation driver.source.bb.gnss.sv.importPy.navic.file.set_constellation(filename = 'abc')
Selects the file from that the satellites constellation and navigation data are extracted. Supported file extensions for satellites constellation and navigation data
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param filename
string Filename, including file path and file extension.
- set_nmessage(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:NAVic:FILE:NMESsage driver.source.bb.gnss.sv.importPy.navic.file.set_nmessage(filename = 'abc')
Selects the file from that the navigation data is extracted. For an overview of the supported file types, see Table ‘Supported file extensions for satellites constellation and navigation data’. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- param filename
string Filename, incl. file path and file extension.