RsSmw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsSmw API Structure
    • Bert
    • Bler
    • Calibration
    • Clock
    • Connector
    • Device
    • Diagnostic
    • Display
    • FormatPy
    • Fpanel
    • HardCopy
    • Initiate<Channel>
    • Kboard
    • MassMemory
    • Memory
    • Output
    • Read<Channel>
    • Sconfiguration
    • Sense<Channel>
    • Service
    • Slist
    • Source
      • Am<GeneratorIx>
      • AreGenerator
      • Awgn
      • Bb
        • Arbitrary
        • Btooth
        • C2K
        • Coder
        • Dab
        • Dm
        • Dvb
        • Esequencer
        • Eutra
        • Evdo
        • Gbas
        • Gnpr
        • Gnss
          • AdGeneration
            • Acquisition
            • Almanac
            • Beidou
            • Galileo
            • Glonass
            • Gps
            • Navic
            • Navigation
            • Qzss
          • Apattern
          • Atmospheric
          • Awgn
          • Body
          • Clock
          • Control
          • Galileo
          • L1Band
          • L2Band
          • L5Band
          • Logging
          • Monitor<MonitorPane>
          • Obscuration
          • Ostreams
          • Perrors
          • Power
          • Receiver
          • Rt
          • Rtk
          • Setting
          • Simulation
          • Stream<Stream>
          • Sv
          • Svid<SatelliteSvid>
          • System
          • Time
          • Trigger
          • Vehicle
        • Graphics
        • Gsm
        • Huwb
        • Impairment
        • Info
        • Lora
        • Mccw
        • Measurement
        • Nfc
        • Nr5G
        • Ofdm
        • Oneweb
        • Packet
        • Path
        • Power
        • Pramp
        • Progress
        • Tdscdma
        • Tetra
        • Trigger
        • V5G
        • W3Gpp
        • Wlad
        • Wlay
        • Wlnn
      • Bbin
      • Bextension
      • Cemulation
      • Combined
      • Correction
      • Dm
      • Efrontend
      • Fm<GeneratorIx>
      • Frequency
      • Fsimulator
      • InputPy
      • Iq
      • LfOutput<LfOutput>
      • ListPy
      • Modulation
      • Noise
      • Occupy
      • Path
      • Pgenerator
      • Phase
      • Pm<GeneratorIx>
      • Power
      • Pulm
      • Regenerator
      • RfAlignment
      • Roscillator
      • Sweep
    • Status
    • System
    • Test
    • Trigger<InputIx>
    • Unit
  • RsSmw Utilities
  • RsSmw Logger
  • RsSmw Events
  • Index
RsSmw
  • RsSmw API Structure
  • Source
  • Bb
  • Gnss
  • AdGeneration
  • Navigation
  • View page source

Navigation

SCPI Commands :

[SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate
[SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat
class NavigationCls[source]

Navigation commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_create() → str[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate
value: str = driver.source.bb.gnss.adGeneration.navigation.get_create()

Saves the current assistance data settings into the selected navigation file. Assistance data settings are saved as navigation file with the specific file extensions *.rs_nav or into RINEX files with extension .10n. Refer to ‘MMEMory Subsystem’ for general information on file handling in the default and in a specific directory.

return:

filename: string Filename or complete file path

get_dformat() → NavDataFormat[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat
value: enums.NavDataFormat = driver.source.bb.gnss.adGeneration.navigation.get_dformat()

Sets format of the generated navigation data file.

return:

data_format: LNAV| CNAV

set_create(filename: str) → None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:CREate
driver.source.bb.gnss.adGeneration.navigation.set_create(filename = 'abc')

Saves the current assistance data settings into the selected navigation file. Assistance data settings are saved as navigation file with the specific file extensions *.rs_nav or into RINEX files with extension .10n. Refer to ‘MMEMory Subsystem’ for general information on file handling in the default and in a specific directory.

param filename:

string Filename or complete file path

set_dformat(data_format: NavDataFormat) → None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVigation:DFORmat
driver.source.bb.gnss.adGeneration.navigation.set_dformat(data_format = enums.NavDataFormat.CNAV)

Sets format of the generated navigation data file.

param data_format:

LNAV| CNAV

Previous Next

© Copyright © Rohde & Schwarz 2023.

Built with Sphinx using a theme provided by Read the Docs.