Skip to content

ClockLeapState

Part of Clock diagnostics in the Python API reference.

Related guidance: how-to/check-clock, how-to/troubleshooting.

Runnable examples: check_clock.py.

from picogrid_ecn_client import ClockLeapState

NTP leap indicator reported by the selected server response.

class ClockLeapState(Enum): ...

Source · models/clock.py

NameValue
NO_WARNING‘no_warning’
LAST_MINUTE_HAS_61_SECONDS‘last_minute_has_61_seconds’
LAST_MINUTE_HAS_59_SECONDS‘last_minute_has_59_seconds’
UNSYNCHRONIZED‘unsynchronized’

Version 0.2.0 · branch main