rsmxo

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Acquire
    • AutoScale
    • Calculate
    • 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>
      • Active
      • AmpTime
      • Count
      • Display
      • Enable
      • EnvSelect
      • Eye
      • Fsrc
      • Gate
      • Imprecise
      • Jitter
      • Main
      • MnoMeas
      • Multiple
      • Protocol
      • RefLevel<RefLevel>
      • Result
      • Source
      • Ssrc
      • Statistics
      • Track
        • Auto
        • Contiunous
        • Data
          • Header
          • Values
        • Offset
        • Scale
        • State
    • 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
  • Measurement<MeasIndex>
  • Track
  • Data
  • Header
  • View page source

Header

SCPI Command :

MEASurement<*>:TRACk:DATA:HEADer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Xstart: float: 1. header value: time of the first track value in s

  • 2 Xstop: float: 2. header value: time of the last track value in s

  • 3 Record_Length: int: 3. header value: number of measured events = number of points in the track waveform

  • 4 Vals_Per_Smp: int: 4. header value: number of values per sample. For tracks, the result is always 1.

get(measIndex=MeasIndex.Default) → GetStruct[source]
# MEASurement<*>:TRACk:DATA:HEADer
value: GetStruct = driver.measurement.track.data.header.get(measIndex = repcap.MeasIndex.Default)

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

Parameters:

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

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.