Exceptions and Warnings

Error

exception niscope.errors.Error

Base exception type that all NI-SCOPE exceptions derive from

DriverError

exception niscope.errors.DriverError

An error originating from the NI-SCOPE driver

UnsupportedConfigurationError

exception niscope.errors.UnsupportedConfigurationError

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

DriverNotInstalledError

exception niscope.errors.DriverNotInstalledError

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

DriverTooOldError

exception niscope.errors.DriverTooOldError

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

DriverTooNewError

exception niscope.errors.DriverTooNewError

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

InvalidRepeatedCapabilityError

exception niscope.errors.InvalidRepeatedCapabilityError

An error due to an invalid character in a repeated capability

SelfTestError

exception niscope.errors.SelfTestError

An error due to a failed self-test

RpcError

exception niscope.errors.RpcError

An error specific to sessions to the NI gRPC Device Server

DriverWarning

exception niscope.errors.DriverWarning

A warning originating from the NI-SCOPE driver