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
          • Time
            • Conversion
            • Start
              • Beidou
              • Date
              • Galileo
              • Glonass
              • Gps
              • Navic
              • Qzss
              • Sbas
              • ScTime
              • Time
              • Utc
          • 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 »
  • Time »
  • Start »
  • Navic
  • View page source

Navic

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:OFFSet
[SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:TOWeek
[SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:WNUMber
class NavicCls[source]

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

get_offset() → float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:OFFSet
value: float = driver.source.bb.gnss.time.start.navic.get_offset()

Queries the time offset between the time in the navigation standard and UTC.

return

utc_offset: float Range: -1E6 to 1E6

get_to_week() → float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:TOWeek
value: float = driver.source.bb.gnss.time.start.navic.get_to_week()

Queries the time of week at the simulation start of the selected navigation standard.

return

tow: float Range: 0 to 604799.999

get_wnumber() → int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:WNUMber
value: int = driver.source.bb.gnss.time.start.navic.get_wnumber()

Queries the week number at the simulation start of the selected navigation standard.

return

system_week_number: integer Range: 0 to 10000

Previous Next

© Copyright © Rohde & Schwarz 2023.

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