RsSmbv

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsSmbv API Structure
    • Bert
    • Bler
    • Calibration
    • Clock
    • Connector
    • Device
    • Diagnostic
    • Display
    • FormatPy
    • Fpanel
    • HardCopy
    • Initiate<Channel>
    • Kboard
    • MassMemory
    • Memory
    • Output
    • Read<Channel>
    • Sconfiguration
    • Sense<Channel>
    • Slist
    • Source
      • Adf
      • Am<GeneratorIx>
      • AreGenerator
      • Awgn
      • Bb
        • Arbitrary
        • Btooth
        • C2K
        • Coder
        • Dab
        • Dme
        • Eutra
        • Evdo
        • Gbas
        • Gnpr
        • Gnss
          • AdGeneration
          • Apattern
          • Atmospheric
          • Awgn
          • Body
          • Clock
          • Galileo
          • L1Band
          • L2Band
          • L5Band
          • Logging
          • Monitor<MonitorPane>
          • Obscuration
          • Ostreams
          • Perrors
          • Power
          • Receiver
          • Rt
          • Setting
          • Simulation
          • Stream<Stream>
          • Sv
          • Svid<SatelliteSvid>
          • System
            • Beidou
            • Galileo
            • Glonass
            • Gps
            • Navic
              • Signal
            • Qzss
            • Sbas
          • Time
          • Trigger
          • Vehicle
        • Graphics
        • Gsm
        • Huwb
        • Ils
        • Impairment
        • Info
        • Lora
        • Mccw
        • Nfc
        • Nr5G
        • Ofdm
        • Path
        • Power
        • Pramp
        • Progress
        • Tdscdma
        • Trigger
        • Vor
        • W3Gpp
        • Wlnn
      • Bbin
      • Combined
      • Correction
      • Dme
      • Efrontend
      • Fm<GeneratorIx>
      • FreqSweep
      • Frequency
      • Ils
      • InputPy
      • Iq
      • LffSweep
      • LfOutput<LfOutput>
      • ListPy
      • Mbeacon
      • Modulation
      • Noise
      • Occupy
      • Path
      • Pgenerator
      • Phase
      • Pm<GeneratorIx>
      • Power
      • Psweep
      • Pulm
      • Roscillator
      • Sweep
      • ValRf
      • Vor
    • Status
    • Sweep
    • System
    • Test
    • Trigger<InputIx>
    • Unit
  • RsSmbv Utilities
  • RsSmbv Logger
  • RsSmbv Events
  • Index
RsSmbv
  • »
  • RsSmbv API Structure »
  • Source »
  • Bb »
  • Gnss »
  • System »
  • Navic
  • View page source

Navic

SCPI Command :

[SOURce<HW>]:BB:GNSS:SYSTem:NAVic:[STATe]
class NavicCls[source]

Navic commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_state() → bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:NAVic:[STATe]
value: bool = driver.source.bb.gnss.system.navic.get_state()

Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.

return

state: 1| ON| 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.

set_state(state: bool) → None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:NAVic:[STATe]
driver.source.bb.gnss.system.navic.set_state(state = False)

Defines if satellites from the selected GNSS system are included in the simulated satellites constellation.

param state

1| ON| 0| OFF Disabling a GNSS system deactivates all SVID and signals from this system.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.system.navic.clone()

Subgroups

  • Signal
    • L5Band
      • Sps
Previous Next

© Copyright © Rohde & Schwarz 2023.

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