History
pyrung.core.history
Historical SystemState storage for PLCRunner debug APIs.
LabeledSnapshot
dataclass
Label metadata attached to one retained scan snapshot.
History
Stores retained scan snapshots with optional oldest-first eviction.
range
Return retained snapshots where start <= scan_id < end.
latest
Return up to the latest n retained snapshots (oldest -> newest).
find_all
Return all retained snapshots labeled label (oldest -> newest).
find_labeled
Return the most recent labeled snapshot with attached metadata.
find_all_labeled
Return all labeled snapshots with metadata (oldest -> newest).