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
      • K40_PhaseNoise
      • K50_Spurious
        • Calculate<Window>
        • Calibration
        • Display
        • Fetch
        • FormatPy
          • Dexport
            • Dseparator
            • Header
            • Traces
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output
        • Read
        • Sense
        • System
        • Trace<Window>
        • Trigger
        • TriggerInvoke
        • Unit
      • 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 »
  • K50_Spurious »
  • FormatPy »
  • Dexport »
  • Header
  • View page source

Header

SCPI Command :

FORMat:DEXPort:HEADer
class HeaderCls[source]

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

get() → bool[source]
# SCPI: FORMat:DEXPort:HEADer
value: bool = driver.applications.k50Spurious.formatPy.dexport.header.get()

If enabled, additional instrument and measurement settings are included in the header of the export file for result data. If disabled, only the pure result data from the selected traces and tables is exported. See ‘Reference: ASCII file export format’ for details.

return

state: ON | OFF | 0 | 1

set(state: bool) → None[source]
# SCPI: FORMat:DEXPort:HEADer
driver.applications.k50Spurious.formatPy.dexport.header.set(state = False)

If enabled, additional instrument and measurement settings are included in the header of the export file for result data. If disabled, only the pure result data from the selected traces and tables is exported. See ‘Reference: ASCII file export format’ for details.

param state

ON | OFF | 0 | 1

Previous Next

© Copyright © Rohde & Schwarz 2023.

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