RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFsw API Structure
    • Applications
      • IqAnalyzer
      • K10x_Lte
      • K149_Uwb
      • K14x_Nr5G
      • K17_Mcgd
      • K18_AmplifierEt
      • K30_NoiseFigure
        • Calculate<Window>
        • Display
        • FormatPy
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output<OutputConnector>
        • Sense
        • Source
        • System
          • Communicate
            • Gpib
            • Rdevice
              • Generator
            • Tcpip
          • Configure
          • Preset
        • Trace<Window>
        • Trigger<TriggerPort>
      • K40_PhaseNoise
      • K50_Spurious
      • K6_Pulse
      • K60_Transient
      • K7_AnalogDemod
      • K70_Vsa
      • K91_Wlan
      • K9x_11ad
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
    • Fetch
    • FormatPy
    • HardCopy
    • Initiate
    • InputPy<InputIx>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • RsFsw Utilities
  • RsFsw Logger
  • RsFsw Events
  • Index
RsFsw
  • »
  • RsFsw API Structure »
  • Applications »
  • K30_NoiseFigure »
  • System »
  • Communicate »
  • Rdevice »
  • Generator »
  • Link
  • View page source

Link

SCPI Command :

SYSTem:COMMunicate:RDEVice:GENerator:LINK
class LinkCls[source]

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

get() → RsFsw.enums.GeneratorLink[source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator:LINK
value: enums.GeneratorLink = driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.link.get()

Selects the link type of the external generator if the GPIB interface is used. The difference between the two GPIB operating modes is the execution speed. During GPIB operation, each frequency to be set is transmitted to the generator separately. If the TTL interface is also used, a whole frequency list can be programmed in one go. Frequencies can then be switched per TTL handshake, which speeds up the process considerably.

return

mode: No help available

set(mode: RsFsw.enums.GeneratorLink) → None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator:LINK
driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.link.set(mode = enums.GeneratorLink.GPIB)

Selects the link type of the external generator if the GPIB interface is used. The difference between the two GPIB operating modes is the execution speed. During GPIB operation, each frequency to be set is transmitted to the generator separately. If the TTL interface is also used, a whole frequency list can be programmed in one go. Frequencies can then be switched per TTL handshake, which speeds up the process considerably.

param mode

GPIB | TTL GPIB GPIB connection without TTL synchronization (for all generators of other manufacturers and some Rohde & Schwarz devices) TTL GPIB connection with TTL synchronization (if available; for most Rohde&Schwarz devices)

Previous Next

© Copyright © Rohde & Schwarz 2023.

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