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:
objectPer-trace metadata within one group.
Attributes Summary
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'