Exceptions and Warnings

Error

exception nidmm.errors.Error

Base exception type that all NI-DMM exceptions derive from

DriverError

exception nidmm.errors.DriverError

An error originating from the NI-DMM driver

UnsupportedConfigurationError

exception nidmm.errors.UnsupportedConfigurationError

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

DriverNotInstalledError

exception nidmm.errors.DriverNotInstalledError

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

DriverTooOldError

exception nidmm.errors.DriverTooOldError

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

DriverTooNewError

exception nidmm.errors.DriverTooNewError

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

InvalidRepeatedCapabilityError

exception nidmm.errors.InvalidRepeatedCapabilityError

An error due to an invalid character in a repeated capability

SelfTestError

exception nidmm.errors.SelfTestError

An error due to a failed self-test

DriverWarning

exception nidmm.errors.DriverWarning

A warning originating from the NI-DMM driver