ChannelHeader

class RigolWFM.yokogawa.ChannelHeader(name: str, enabled: bool)[source]

Bases: object

Normalized per-channel metadata for a Yokogawa .wfm capture.

Attributes Summary

unit

Return the unit enum for volts.

y_offset

Yokogawa voltage data is already calibrated; no extra offset.

y_scale

Yokogawa voltage data is already calibrated; no extra scaling.

Attributes Documentation

unit

Return the unit enum for volts.

y_offset

Yokogawa voltage data is already calibrated; no extra offset.

y_scale

Yokogawa voltage data is already calibrated; no extra scaling.