rsrtx

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Acquire
    • AdvJitter<AdvJitter>
    • AutoScale
    • Bus<Bus>
    • Calculate
      • Math<Math>
        • Arithmetics
        • Data
          • Header
          • Stype
          • Values
          • ValuesPartial
        • EnvSelection
        • Expression
        • Fft
        • State
        • Vertical
    • Calibration
    • Cdr
    • Channel<Channel>
    • Cursor<Cursor>
    • Deembedding<Deembedding>
    • Diagnostic
    • Differential<Differential>
    • Digital<DigitalNull>
    • Display
    • Efrontend
    • Executable
    • Export
    • Eye<Eye>
    • FormatPy
    • Generator
    • GenType<GenType>
    • Gpib
    • HardCopy
    • Hdefinition
    • Iq
    • Lane<Lane>
    • Layout
    • MassMemory
    • Measurement<Measurement>
    • Mtest
    • Pgenerator
    • Power
    • Probe<Probe>
    • Psrc
    • Qaction
    • Raster
    • RefCurve<RefCurve>
    • RefLevel<RefLevel>
    • Report
    • Run
    • RunContinous
    • Saveset
    • Search
    • Sense
    • SignalConfig
    • Status
    • SwTrigger
    • System
    • Tdrt
    • Timebase
    • Trigger<Trigger>
    • TriggerInvoke
    • TrProbe
    • UsrDefined
    • Vautoscale
    • Waveform<Waveform>
    • Wgenerator<Wgenerator>
    • Zvc
  • Utilities
  • Logger
  • Events
  • Index
rsrtx
  • Instrument API
  • Calculate
  • Math<Math>
  • Data
  • Header
  • View page source

Header

SCPI Command :

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

Response structure. Fields:

  • 1 Start: float: No parameter help available

  • 2 Stop: float: No parameter help available

  • 3 Record_Length: int: No parameter help available

  • 4 Vals_Per_Smp: int: No parameter help available

get(math=Math.Default) → GetStruct[source]
# CALCulate:MATH<*>:DATA:HEADer
value: GetStruct = driver.calculate.math.data.header.get(math = repcap.Math.Default)

Returns the header of math waveform data. The header contains attributes of the waveform. Position / Meaning / Example

  • 1 / XStart in s / 9.477E-008 = - 94,77 ns

  • 2 / XStop in s / 9.477E-008 = 94,77 ns

  • 3 / Record length of the waveform in Samples / 200000

  • 4 / Number of values per sample interval. For most waveforms the result is 1, for peak detect and envelope waveforms it is 2. If the number is 2, the number of returned values is twice the number of samples (record length) . / 1

Parameters:

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

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.