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
        • 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
          • Antenna
          • Clipping
          • Clock
          • Fblock<FrameBlock>
            • Append
            • Bchg
            • BcSmoothing
            • Bdcm
            • Beul
            • BfConfiguration
            • Bmcs
            • Boost
            • BssColor
            • Bwind
            • CbiNonht
            • Cch1
            • Cch2
            • Cenru<Index>
            • Color
            • Curpe
            • Data
            • Dbinonht
            • Doppler
            • Emcs
            • EsDiffer
            • EsStream
            • Fcount
            • Guard
            • Insert
            • Itime
            • Link
            • LogFile
            • Logging
            • Mac
            • MaxPe
            • Mu<UserIx>
            • MuMimo
            • NonOfdmaUser
            • Ntps
            • Paid
            • Paste
            • Ped
            • Pformat
            • PfpFactor
            • PiType
            • Plcp
            • Pmode
            • Pofdma
            • Ppuncturing
            • Preamble
            • Prtype
            • Psdu
            • Right106Tone
            • Segment
            • Smapping
            • Smoothing
            • SpareUse<Index>
            • Sstream
            • Standard
            • State
            • Stbc
            • StStream
            • SymDuration
            • TdWindowing
            • Tmode
            • Ttime
            • TxopDuration
            • TypePy
            • Uindex
            • Uindication
            • Ulen
            • User<UserIx>
          • FilterPy
          • Setting
          • SymbolRate
          • Trigger
          • Waveform
      • 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
  • Wlnn
  • Fblock<FrameBlock>
  • Link
  • View page source

Link

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:LINK
class LinkCls[source]

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

get(frameBlock=FrameBlock.Default) → UpDownDirection[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:LINK
value: enums.UpDownDirection = driver.source.bb.wlnn.fblock.link.get(frameBlock = repcap.FrameBlock.Default)

Sets the link direction.

param frameBlock:

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

return:

link_direction: DOWN| UP

set(link_direction: UpDownDirection, frameBlock=FrameBlock.Default) → None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:LINK
driver.source.bb.wlnn.fblock.link.set(link_direction = enums.UpDownDirection.DOWN, frameBlock = repcap.FrameBlock.Default)

Sets the link direction.

param link_direction:

DOWN| UP

param frameBlock:

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

Previous Next

© Copyright © Rohde & Schwarz 2023.

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