File

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS:FILE:CONStellation
[SOURce<HW>]:BB:GNSS:SV:IMPort:QZSS: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:QZSS:FILE:CONStellation
value: str = driver.source.bb.gnss.sv.importPy.qzss.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

Table Header: GNSS / File extension

  • GPS / *.rnx, *.txt, *.alm, *.al3, *.<xx>n,

  • Galileo / *.rnx, *.txt, *.alm, *.al3, *.<xx>n, *.<xx>l, *.xml

  • GLONASS / *.rnx, *.alg, *.<xx>n

  • BeiDou / *.rnx, *.txt, *.<xx>n, *.<xx>c

  • QZSS / *.rnx, *.txt, *.alm, *.<xx>n,

  • NavIC / *.rnx, *.<xx>i

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:QZSS:FILE:NMESsage
value: str = driver.source.bb.gnss.sv.importPy.qzss.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:QZSS:FILE:CONStellation
driver.source.bb.gnss.sv.importPy.qzss.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

Table Header: GNSS / File extension

  • GPS / *.rnx, *.txt, *.alm, *.al3, *.<xx>n,

  • Galileo / *.rnx, *.txt, *.alm, *.al3, *.<xx>n, *.<xx>l, *.xml

  • GLONASS / *.rnx, *.alg, *.<xx>n

  • BeiDou / *.rnx, *.txt, *.<xx>n, *.<xx>c

  • QZSS / *.rnx, *.txt, *.alm, *.<xx>n,

  • NavIC / *.rnx, *.<xx>i

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:QZSS:FILE:NMESsage
driver.source.bb.gnss.sv.importPy.qzss.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.