Skip to content

ClockError

Part of Exceptions in the Python API reference.

Related guidance: reference/exceptions, how-to/troubleshooting.

Runnable examples: preflight.py.

from picogrid_ecn_client import ClockError

Base error for the optional ECN-relative clock diagnostic.

class ClockError(ECNClientError): ...

Source · exceptions.py

Hierarchy: ECNClientError → ClockError

Version 0.2.0 · branch main