HistoryIterable
Methods
| Method | Description |
|---|
collect | Collect time entries from each history in the iterable. |
flatten | Flatten the iterable of history objects into a single list of all contained time entries. |
Properties
| Property | Description |
|---|
dt | Access history items as UTC datetimes. |
event_id | Access event ids of history items. |
intervals | Access intervals between consecutive timestamps in milliseconds. |
t | Access history items as timestamps (milliseconds since the Unix epoch). |
Method Details
Collect time entries from each history in the iterable.
Returns
| Type | Description |
|---|
| list[list[EventTime]] | Collected entries per history. |
Flatten the iterable of history objects into a single list of all contained time entries.
Returns
| Type | Description |
|---|
| list[EventTime] | List of time entries. |
Property Details
Access history items as UTC datetimes.
Returns
Access event ids of history items.
Returns
Access intervals between consecutive timestamps in milliseconds.
Returns
Access history items as timestamps (milliseconds since the Unix epoch).
Returns