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>
    • Meter<Voltmeter>
    • Mtest<MaskTest>
    • P3Phase<Power3PhaseMeas>
    • Pbus<PwrBus>
      • Bit<Bit>
      • Clock
      • Clon
      • ClSlope
      • Data
        • FormatPy
        • Header
        • Values
      • DecTable
      • DigSignals
      • Display
      • Hysteresis<Hyst>
      • Position
      • Scale
      • Skew
      • State
      • Technology
      • ThCoupling
      • Threshold<ThrHold>
    • 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
  • Pbus<PwrBus>
  • Data
  • Header
  • View page source

Header

SCPI Command :

PBUS<*>: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 sample in s

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

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

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

get(pwrBus=PwrBus.Default) → GetStruct[source]
# PBUS<*>:DATA:HEADer
value: GetStruct = driver.pbus.data.header.get(pwrBus = repcap.PwrBus.Default)

Returns the header data of the indicated bus, the attributes of the data. See also method RsMxo.digital.data.header.get() .

Parameters:

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

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.