saleae.mso_api.utils
Utility classes for binary file parsing and synthetic triggers.
Classes
| Class | Description |
|---|---|
SaleaeFileVersion |
Enum representing Saleae file versions. |
SaleaeFiletype |
Enum representing Saleae file types. |
GraphTime |
Represents a time value in the Saleae file format. |
SamplingConfiguration |
Configuration for sampling in Saleae files. |
WaveformAdcExport_V0 |
Represents a WaveformAdcExport in Saleae binary format |
AnalogExport_V0 |
Represents an AnalogExport in Saleae binary format |
DigitalExport_V0 |
Represents a DigitalExport in Saleae binary format. |
DigitalChunk |
Represents a chunk of digital data in v1 format. |
AnalogWaveform |
Represents a waveform of analog data in v1 format. |
WaveformAdcWaveform |
Represents a waveform of ADC data in v1 format. |
DigitalExport_V1 |
Represents a DigitalExport in Saleae binary format v1. |
AnalogExport_V1 |
Represents an AnalogExport in Saleae binary format v1. |
WaveformAdcExport_V1 |
Represents a WaveformAdcExport in Saleae binary format v1. |
SaleaeFile |
Represents a Saleae binary file with its metadata and data. |
AI/LLM users: see llms-mso-api.txt for machine-readable documentation.