Skip to content

CheckClockResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: check_clock.py.

from picogrid_ecn_client.workflows import CheckClockResult

Structured result of an ECN-relative clock measurement.

CheckClockResult(*, report: ClockReport)

Source · workflows/diagnostics.py

NameTypeRequiredDefaultConstraintsDescription
reportClockReportyesPublic clock report selected from the completed samples.

Version 0.2.0 · branch main