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

NameTypeDescription
typestrThe frame type name.
start_timeSaleaeTimeThe start time of this frame.
end_timeSaleaeTimeThe end time of this frame.
datadict | NoneData 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.