Exceptions and Warnings

Error

exception nidigital.errors.Error

Base exception type that all NI-Digital Pattern Driver exceptions derive from

DriverError

exception nidigital.errors.DriverError

An error originating from the NI-Digital Pattern Driver driver

UnsupportedConfigurationError

exception nidigital.errors.UnsupportedConfigurationError

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

DriverNotInstalledError

exception nidigital.errors.DriverNotInstalledError

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

DriverTooOldError

exception nidigital.errors.DriverTooOldError

An error due to using this module with an older version of the NI-Digital Pattern Driver driver runtime.

DriverTooNewError

exception nidigital.errors.DriverTooNewError

An error due to the NI-Digital Pattern Driver driver runtime being too new for this module.

InvalidRepeatedCapabilityError

exception nidigital.errors.InvalidRepeatedCapabilityError

An error due to an invalid character in a repeated capability

SelfTestError

exception nidigital.errors.SelfTestError

An error due to a failed self-test

RpcError

exception nidigital.errors.RpcError

An error specific to sessions to the NI gRPC Device Server

DriverWarning

exception nidigital.errors.DriverWarning

A warning originating from the NI-Digital Pattern Driver driver