RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Applications
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
    • Fetch<Window>
    • FormatPy
      • Data
      • Dexport
        • Cseparator
        • Dseparator
        • FormatPy
        • Header
        • Traces
        • Xdistrib
      • Dimport
    • HardCopy
    • Initiate
    • InputPy<InputPy>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • Utilities
  • Logger
  • Events
  • Index
RsFsw
  • Instrument API
  • FormatPy
  • Dexport
  • Header
  • View page source

Header

SCPI Command :

FORMat:DEXPort:HEADer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() → bool[source]
# FORMat:DEXPort:HEADer
value: bool = driver.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.

Returns:

state: ON | OFF | 0 | 1

set(state: bool) → None[source]
# FORMat:DEXPort:HEADer
driver.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.

Parameters:

state – ON | OFF | 0 | 1

Previous Next

© Copyright © Rohde & Schwarz 2026.

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