from_hdr_file
- RigolWFM.yokogawa_hdr.from_hdr_file(path: str) YokogawaWvfWaveform[source]
Parse a Yokogawa
.hdrfile and load the companion.wvfbinary.- Parameters:
path – Path to the
.hdrmetadata file. The companion.wvffile must exist alongside it with the same base name.- Returns:
YokogawaWvfWaveformready for use withChannel.- Raises:
FileNotFoundError – If the
.hdror.wvffile does not exist.ValueError – If a required header field is missing or malformed.