VDataTypeInfo

class RigolWFM.yokogawa_hdr.VDataTypeInfo(raw: str, byte_num: int, numpy_dtype: str, is_logic: bool)[source]

Bases: object

Decoded vertical data type for one trace (from the VDataType .hdr field).

Attributes Summary

byte_num

is_logic

numpy_dtype

raw

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>