Exceptions and Warnings

Error

exception nitclk.errors.Error[source]

Base exception type that all NI-TClk exceptions derive from

DriverError

exception nitclk.errors.DriverError[source]

An error originating from the NI-TClk driver

UnsupportedConfigurationError

exception nitclk.errors.UnsupportedConfigurationError[source]

An error due to using this module in an usupported platform.

DriverNotInstalledError

exception nitclk.errors.DriverNotInstalledError[source]

An error due to using this module without the driver runtime installed.

InvalidRepeatedCapabilityError

exception nitclk.errors.InvalidRepeatedCapabilityError[source]

An error due to an invalid character in a repeated capability

SelfTestError

exception nitclk.errors.SelfTestError[source]

An error due to a failed self-test

DriverWarning

exception nitclk.errors.DriverWarning[source]

A warning originating from the NI-TClk driver