Exceptions and Warnings
Error
- exception nirfsg.errors.Error
Base exception type that all NI-RFSG exceptions derive from
DriverError
- exception nirfsg.errors.DriverError
An error originating from the NI-RFSG driver
UnsupportedConfigurationError
- exception nirfsg.errors.UnsupportedConfigurationError
An error due to using this module in an usupported platform.
DriverNotInstalledError
- exception nirfsg.errors.DriverNotInstalledError
An error due to using this module without the driver runtime installed.
DriverTooOldError
- exception nirfsg.errors.DriverTooOldError
An error due to using this module with an older version of the NI-RFSG driver runtime.
DriverTooNewError
- exception nirfsg.errors.DriverTooNewError
An error due to the NI-RFSG driver runtime being too new for this module.
InvalidRepeatedCapabilityError
- exception nirfsg.errors.InvalidRepeatedCapabilityError
An error due to an invalid character in a repeated capability
SelfTestError
- exception nirfsg.errors.SelfTestError
An error due to a failed self-test
DriverWarning
- exception nirfsg.errors.DriverWarning
A warning originating from the NI-RFSG driver