Skip to content

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 MeshObservationResult

Entity and location events retained from routed topic families.

MeshObservationResult(
*,
entity_events: tuple[EntityEvent, ...],
location_events: tuple[LocationEvent, ...],
)

Source · workflows/observe.py

NameTypeRequiredDefaultConstraintsDescription
entity_eventstuple[EntityEvent, …]yesAll positive-limit entity events, or the most recently retained events from an unbounded entity consumer.
location_eventstuple[LocationEvent, …]yesAll positive-limit location events, or the most recently retained events from an unbounded location consumer.

Version 0.2.0 · branch main