Exceptions and Warnings

Error

exception nise.errors.Error

Base exception type that all NI Switch Executive exceptions derive from

DriverError

exception nise.errors.DriverError

An error originating from the NI Switch Executive driver

UnsupportedConfigurationError

exception nise.errors.UnsupportedConfigurationError

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

DriverNotInstalledError

exception nise.errors.DriverNotInstalledError

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

DriverTooOldError

exception nise.errors.DriverTooOldError

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

DriverTooNewError

exception nise.errors.DriverTooNewError

An error due to the NI Switch Executive driver runtime being too new for this module.

InvalidRepeatedCapabilityError

exception nise.errors.InvalidRepeatedCapabilityError

An error due to an invalid character in a repeated capability

DriverWarning

exception nise.errors.DriverWarning

A warning originating from the NI Switch Executive driver