RigolWFM

Introduction

  • RigolWFM Quick Start

Rigol

  • Rigol DS1000B Waveform Examples
  • Rigol DS1000C Waveform Examples
  • Rigol DS1000D Waveform Examples
  • Rigol DS1000E Waveform Examples
  • Rigol DS1000Z Waveform Examples
  • Rigol DS2000 Waveform Examples
  • Rigol DS4000 Waveform Examples
  • Rigol MSO5000 Binary Waveform Examples
  • Rigol DHO800 Waveform Examples
  • Rigol DHO1000 Waveform Examples

Agilent / Keysight

  • Agilent and Keysight Binary Waveform Examples

LeCroy

  • LeCroy TRC Waveform Examples

Rohde & Schwarz

  • Rohde & Schwarz RTP Export Examples

Exporting

  • Exporting Waveforms as MATLAB MAT Files
  • Exporting Waveforms as NPZ Files
  • Exporting Waveforms as Sigrok SR Files
  • Exporting Waveforms as WAV Files for LTspice

Schema Tables

  • Kaitai Schema Tables

API

  • RigolWFM Package
    • Package Root
    • RigolWFM Package
    • Core Interfaces
    • RigolWFM.channel Module
    • RigolWFM.wfm Module
    • RigolWFM.wfmconvert Module
    • Rigol Family Helpers
    • RigolWFM.rigol Module
    • RigolWFM.dho Module
    • RigolWFM.mso5000 Module
      • Functions
      • Classes
        • ChannelHeader
        • Header
        • Mso5000Waveform
        • UnitEnum
    • RigolWFM.mso5074 Module
    • RigolWFM.mso7000_8000 Module
    • Vendor Adapters
    • RigolWFM.agilent Module
    • RigolWFM.siglent Module
    • RigolWFM.lecroy Module
    • RigolWFM.tek Module
    • RigolWFM.isf Module
    • RigolWFM.rohde_schwarz Module
    • RigolWFM.yokogawa Module
    • RigolWFM.yokogawa_hdr Module
    • RigolWFM.yokogawa_wdf Module

Versions

  • Changelog
RigolWFM
  • RigolWFM Package
  • Header
  • View page source

Header

class RigolWFM.mso5000.Header[source]

Bases: object

Normalized header used by Wfm.from_file() for MSO5000 captures.

Attributes Summary

firmware_version

Return the file format version string.

model_number

Return the scope model string if present.

points

Number of sample points.

seconds_per_point

Time between samples in seconds.

time_offset

Horizontal offset relative to the screen center.

time_scale

Horizontal time base in seconds per division.

Attributes Documentation

firmware_version

Return the file format version string.

model_number

Return the scope model string if present.

points

Number of sample points.

seconds_per_point

Time between samples in seconds.

time_offset

Horizontal offset relative to the screen center.

time_scale

Horizontal time base in seconds per division.

Previous Next

© Copyright .

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