Header
- class RigolWFM.rohde_schwarz.Header[source]
Bases:
objectNormalized header used by Wfm.from_file() for R&S RTP captures.
Attributes Summary
Return the firmware version embedded in the XML metadata.
Return the parsed instrument model string.
Number of sample points per enabled analog trace.
Time between adjacent samples in seconds.
Horizontal time base in seconds per division.
Attributes Documentation
- firmware_version
Return the firmware version embedded in the XML metadata.
- model_number
Return the parsed instrument model string.
- points
Number of sample points per enabled analog trace.
- seconds_per_point
Time between adjacent samples in seconds.
- time_scale
Horizontal time base in seconds per division.