Header
- class RigolWFM.mso5000.Header[source]
Bases:
objectNormalized header used by Wfm.from_file() for MSO5000 captures.
Attributes Summary
Return the file format version string.
Return the scope model string if present.
Number of sample points.
Time between samples in seconds.
Horizontal offset relative to the screen center.
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.