HdrInfo
- class RigolWFM.yokogawa_hdr.HdrInfo(format_version: str = '', model: str = '', endian: str = 'Ltl', data_format: str = 'TRACE', group_number: int = 0, trace_total_number: int = 0, data_offset: int = 0, groups: list[GroupInfo] = <factory>)[source]
Bases:
objectComplete parsed contents of a Yokogawa .hdr metadata file.
Attributes Summary
'>'(BE) or'<'(LE).Return True when the .wvf binary data uses big-endian byte order.
Attributes Documentation
- byte_order
'>'(BE) or'<'(LE).- Type:
Numpy / struct byte-order prefix
- data_format: str = 'TRACE'
- data_offset: int = 0
- endian: str = 'Ltl'
- format_version: str = ''
- group_number: int = 0
- is_big_endian
Return True when the .wvf binary data uses big-endian byte order.
- model: str = ''
- trace_total_number: int = 0