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
          • Clipping
          • Clock
          • FilterPy
          • Mset
          • Setting
          • Trigger
          • Vdb<VdbTransmitter>
            • Append
            • Data
            • Dlength
            • Fnumber
            • Gid
            • Insert
            • Mconfig
              • Adb1
              • Adb3
              • Adb4
              • Aid
              • ApDesignator
              • AtcHeight
              • AtuSelector
              • CwaThreshold
              • DfLocation
              • Dg
              • DlOffset
              • Fdb<FdbTransmitter>
              • FdBlock
              • FdsState
              • Flaa
              • FrcLink
              • Fvaa
              • Gcid
              • GpAngle
              • GsaDesignator
              • GsrReceivers
              • KcGlonass
              • KcGps
              • KdGlonass
              • KdGps
              • KpGlonass
              • KpGps
              • LfLocation
              • LmVariation
              • Location
              • Mt2State
              • Mt4State
              • MuDistance
              • NfdBlocks
              • NopPoint
              • Pservice
              • RfIndex
              • Rletter
              • Rnumber
              • Rpdf
              • Rpdt
              • Rpif
              • Rpit
              • RsdSelector
              • RuIndicator
              • Runcertainty
              • SgDefinition
              • Sheight
              • Svid
              • SviGradient
              • TdsState
              • Tlas
              • Tvas
              • Waypoint
            • Rid
            • Sch
            • Sgid
            • Ssid
            • State
          • Waveform
        • Gnpr
        • Gnss
        • 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 »
  • Gbas »
  • Vdb<VdbTransmitter> »
  • Mconfig »
  • FrcLink
  • View page source

FrcLink

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:FRCLink
class FrcLinkCls[source]

FrcLink commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(vdbTransmitter=VdbTransmitter.Default) → int[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:FRCLink
value: int = driver.source.bb.gbas.vdb.mconfig.frcLink.get(vdbTransmitter = repcap.VdbTransmitter.Default)

Requires ‘Mode > GBAS’ (LAAS) header information. Sets the FAS RPDS or continuation link.

param vdbTransmitter

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)

return

rpcl: integer Range: 0 to 255

set(rpcl: int, vdbTransmitter=VdbTransmitter.Default) → None[source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:FRCLink
driver.source.bb.gbas.vdb.mconfig.frcLink.set(rpcl = 1, vdbTransmitter = repcap.VdbTransmitter.Default)

Requires ‘Mode > GBAS’ (LAAS) header information. Sets the FAS RPDS or continuation link.

param rpcl

integer Range: 0 to 255

param vdbTransmitter

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)

Previous Next

© Copyright © Rohde & Schwarz 2023.

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