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: object

Normalized header for a Yokogawa .hdr+.wvf pair consumed by channel.Channel.

Attributes Summary

firmware_version

Yokogawa .hdr files do not embed firmware information.

model

Instrument model string.

model_number

Alias for model.

points

Number of samples per block (from the first trace).

time_scale

Estimated time per division (total capture / 10 divisions).

Attributes Documentation

firmware_version

Yokogawa .hdr files do not embed firmware information.

model

Instrument model string.

model_number

Alias for model.

points

Number of samples per block (from the first trace).

time_scale

Estimated time per division (total capture / 10 divisions).