AnalyzerFrame
A single frame of analyzer output.
Represents a decoded result spanning a time range, with a type name and associated data dictionary. Returned from HighLevelAnalyzer.decode to produce HLA output frames.
Attributes
| Name | Type | Description |
|---|---|---|
type | str | The frame type name. |
start_time | SaleaeTime | The start time of this frame. |
end_time | SaleaeTime | The end time of this frame. |
data | dict | None | Data dictionary containing the frame's decoded values. |
Methods
__init__(type: str, start_time: SaleaeTime, end_time: SaleaeTime, data: dict | None = None)
AI/LLM users: see llms-extensions.txt for machine-readable documentation.