Errors
errors.py - Contains error classes and method(s) to handle error.
- exception nirfmxpulse.errors.DriverNotInstalledError[source]
Bases:
ErrorAn error due to using this module without the driver runtime installed.
- exception nirfmxpulse.errors.DriverTooNewError[source]
Bases:
ErrorAn error due to the RFmx Pulse driver runtime being too new for this module.
- exception nirfmxpulse.errors.DriverTooOldError[source]
Bases:
ErrorAn error due to using this module with an older version of the RFmx Pulse driver runtime.
- exception nirfmxpulse.errors.Error(message)[source]
Bases:
ExceptionBase error class for RFmx Pulse.
- exception nirfmxpulse.errors.RpcError(rpc_code, description)[source]
Bases:
ErrorAn error specific to sessions to the NI gRPC Device Server.
- exception nirfmxpulse.errors.UnsupportedConfigurationError[source]
Bases:
ErrorAn error due to using this module in an usupported platform.
- nirfmxpulse.errors.handle_error(library_interpreter: Any, code: int, ignore_warnings: bool, is_error_handling: bool) None[source]
Helper function for handling errors returned by RFmx Pulse Library.
It calls back into the LibraryInterpreter to get the corresponding error description and raises if necessary.