YokogawaWvfHeader
- class RigolWFM.yokogawa_hdr.YokogawaWvfHeader(hdr: HdrInfo, channel_data: list[ndarray[tuple[Any, ...], dtype[float64]] | None], raw_data: list[ndarray[tuple[Any, ...], dtype[uint8]] | None])[source]
Bases:
objectNormalized header for a Yokogawa .hdr+.wvf pair consumed by
channel.Channel.Attributes Summary
Yokogawa .hdr files do not embed firmware information.
Instrument model string.
Alias for
model.Number of samples per block (from the first trace).
Estimated time per division (total capture / 10 divisions).
Attributes Documentation
- firmware_version
Yokogawa .hdr files do not embed firmware information.
- model
Instrument model string.
- points
Number of samples per block (from the first trace).
- time_scale
Estimated time per division (total capture / 10 divisions).