- Overview
- ClockLeapState
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 ClockLeapStateNTP leap indicator reported by the selected server response.
class ClockLeapState(Enum): ...Members
Section titled “Members”| Name | Value |
|---|---|
| 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
