VDataTypeInfo
- class RigolWFM.yokogawa_hdr.VDataTypeInfo(raw: str, byte_num: int, numpy_dtype: str, is_logic: bool)[source]
Bases:
objectDecoded vertical data type for one trace (from the VDataType .hdr field).
Attributes Summary
Attributes Documentation
- byte_num: int = <dataclasses._MISSING_TYPE object>
- is_logic: bool = <dataclasses._MISSING_TYPE object>
- numpy_dtype: str = <dataclasses._MISSING_TYPE object>
- raw: str = <dataclasses._MISSING_TYPE object>