rsmxo

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Acquire
    • AutoScale
    • Calculate
      • Math<Math>
      • Spectrum<Spectrum>
        • Frequency
        • Gate
        • Magnitude
        • Overlap
        • Pexcursion
        • Plist
        • Source
        • State
        • Threshold
        • Waveform
          • Average
          • Maximum
          • Minimum
            • Data
              • Header
              • Values
              • ValuesPartial
            • Enable
          • Normal
    • Calibration
    • Channel<Channel>
    • Cursor<Cursor>
    • Digital<Digital>
    • Display
    • Export
    • Eye<Eye>
    • FormatPy
    • Franalysis
    • Gate<Gate>
    • Generator
    • HardCopy
    • Hdefinition
    • Histogram<Histogram>
    • Layout<Layout>
    • MassMemory
    • Mdefaults
    • Measurement<MeasIndex>
    • Meter<Voltmeter>
    • Mtest<MaskTest>
    • P3Phase<Power3PhaseMeas>
    • Pbus<PwrBus>
    • Power<Power>
    • Probe<Probe>
    • RefCurve<RefCurve>
    • RefLevel<RefLevel>
    • Run
    • Saveset
    • Sbus<SerialBus>
    • Sense
    • Service
    • Sessions
    • Status
    • Synchronize
    • System
    • Timebase
    • Treference<TimingReference>
    • Trfs
    • Trigger
    • TriggerInvoke
    • TrProbe
    • UserDefined
    • Wgenerator<WaveformGen>
    • Xy<XyAxis>
    • Zone<Zone>
  • Utilities
  • Logger
  • Events
  • Index
rsmxo
  • Instrument API
  • Calculate
  • Spectrum<Spectrum>
  • Waveform
  • Minimum
  • Data
  • Header
  • View page source

Header

SCPI Command :

CALCulate:SPECtrum<*>:WAVeform:MINimum:DATA:HEADer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Xstart: float: 1. header value: start frequency of the first spectrum bin in Hz

  • 2 Xstop: float: 2. header value: start frequency of the last spectrum bin in Hz

  • 3 Record_Length: int: 3. header value: record length of the waveform in bins

  • 4 Vals_Per_Smp: int: 4. header value: the number of values per bin is always = 1.

get(spectrum=Spectrum.Default) → GetStruct[source]
# CALCulate:SPECtrum<*>:WAVeform:MINimum:DATA:HEADer
value: GetStruct = driver.calculate.spectrum.waveform.minimum.data.header.get(spectrum = repcap.Spectrum.Default)

Returns the header of spectrum data, the attributes of the waveform.

Parameters:

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

Returns:

structure: for return value, see the help for GetStruct structure arguments.

Previous Next

© Copyright © Rohde & Schwarz 2026.

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