- Overview
- MeshObservationResult
MeshObservationResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: observe_mesh_data.py.
from picogrid_ecn_client.workflows import MeshObservationResultEntity and location events retained from routed topic families.
MeshObservationResult( *, entity_events: tuple[EntityEvent, ...], location_events: tuple[LocationEvent, ...],)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| entity_events | tuple[EntityEvent, …] | yes | — | — | All positive-limit entity events, or the most recently retained events from an unbounded entity consumer. |
| location_events | tuple[LocationEvent, …] | yes | — | — | All positive-limit location events, or the most recently retained events from an unbounded location consumer. |
Version 0.2.0 · branch main
