Exceptions and Warnings

Error

exception niswitch.errors.Error

Base exception type that all NI-SWITCH exceptions derive from

DriverError

exception niswitch.errors.DriverError

An error originating from the NI-SWITCH driver

UnsupportedConfigurationError

exception niswitch.errors.UnsupportedConfigurationError

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

DriverNotInstalledError

exception niswitch.errors.DriverNotInstalledError

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

DriverTooOldError

exception niswitch.errors.DriverTooOldError

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

DriverTooNewError

exception niswitch.errors.DriverTooNewError

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

InvalidRepeatedCapabilityError

exception niswitch.errors.InvalidRepeatedCapabilityError

An error due to an invalid character in a repeated capability

SelfTestError

exception niswitch.errors.SelfTestError

An error due to a failed self-test

DriverWarning

exception niswitch.errors.DriverWarning

A warning originating from the NI-SWITCH driver