SaleaeFile
Represents a Saleae binary file with its metadata and data.
Attributes
| Name | Type | Description |
|---|---|---|
token | str | |
version | SaleaeFileVersion | |
type | SaleaeFiletype | |
contents | Union[WaveformAdcExport_V0, WaveformAdcExport_V1, AnalogExport_V0, AnalogExport_V1, DigitalExport_V0, DigitalExport_V1, None] |
Methods
__init__(token: str, version: SaleaeFileVersion, type: SaleaeFiletype, contents: Union[WaveformAdcExport_V0, WaveformAdcExport_V1, AnalogExport_V0, AnalogExport_V1, DigitalExport_V0, DigitalExport_V1, None] = None) -> None
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.