TraceInfo

class RigolWFM.yokogawa_hdr.TraceInfo(name: str = '', block_size: int = 0, v_resolution: float = 1.0, v_offset: float = 0.0, v_data_type: VDataTypeInfo | None = None, v_unit: str = 'V', v_plus_over: int | None = None, v_minus_over: int | None = None, v_illegal: int | None = None, v_max: int | None = None, v_min: int | None = None, h_resolution: float = 1e-09, h_offset: float = 0.0, h_unit: str = 's', dates: list[str] = <factory>, times: list[str] = <factory>)[source]

Bases: object

Per-trace metadata within one group.

Attributes Summary

block_size

dates

h_offset

h_resolution

h_unit

name

times

v_data_type

v_illegal

v_max

v_min

v_minus_over

v_offset

v_plus_over

v_resolution

v_unit

Attributes Documentation

block_size: int = 0
dates: list[str] = <dataclasses._MISSING_TYPE object>
h_offset: float = 0.0
h_resolution: float = 1e-09
h_unit: str = 's'
name: str = ''
times: list[str] = <dataclasses._MISSING_TYPE object>
v_data_type: VDataTypeInfo | None = None
v_illegal: int | None = None
v_max: int | None = None
v_min: int | None = None
v_minus_over: int | None = None
v_offset: float = 0.0
v_plus_over: int | None = None
v_resolution: float = 1.0
v_unit: str = 'V'