Exceptions and Warnings

Error

exception nimodinst.errors.Error[source]

Base exception type that all NI-ModInst exceptions derive from

DriverError

exception nimodinst.errors.DriverError[source]

An error originating from the NI-ModInst driver

UnsupportedConfigurationError

exception nimodinst.errors.UnsupportedConfigurationError[source]

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

DriverNotInstalledError

exception nimodinst.errors.DriverNotInstalledError[source]

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

InvalidRepeatedCapabilityError

exception nimodinst.errors.InvalidRepeatedCapabilityError[source]

An error due to an invalid character in a repeated capability

SelfTestError

exception nimodinst.errors.SelfTestError[source]

An error due to a failed self-test

DriverWarning

exception nimodinst.errors.DriverWarning[source]

A warning originating from the NI-ModInst driver