epicsarchiver.retrieval.archive_event
Archive Event module for the ArchiveEvent class.
Attributes
Classes
Basic representation of a changed field value from an archive event. |
|
Metadata about a year's chunk of archived events. |
|
One Event, retrieved from the AA, representing a change in value of a PV. |
Module Contents
- class epicsarchiver.retrieval.archive_event.FieldValue[source]
Basic representation of a changed field value from an archive event.
- Returns:
Pair of name and value
- Return type:
- class epicsarchiver.retrieval.archive_event.ArchiveEventsMeta[source]
Metadata about a year’s chunk of archived events.
- headers: list[FieldValue][source]
- class epicsarchiver.retrieval.archive_event.ArchiveEvent[source]
One Event, retrieved from the AA, representing a change in value of a PV.
- field_values: list[FieldValue] | None[source]
- property timestamp_ns: int[source]
Nanoseconds since Unix epoch.
- Returns:
nanoseconds since Unix epoch, compatible with pl.Datetime(“ns”, “UTC”)
- Return type:
- property timestamp: datetime.datetime[source]
UTC datetime (microsecond precision), derived from timestamp_ns.
- Returns:
UTC datetime
- Return type: