Exceptions and Warnings¶
Error¶
- exception
nimodinst.errors.Error¶Base exception type that all NI-ModInst exceptions derive from
DriverError¶
- exception
nimodinst.errors.DriverError¶An error originating from the NI-ModInst driver
UnsupportedConfigurationError¶
- exception
nimodinst.errors.UnsupportedConfigurationError¶An error due to using this module in an usupported platform.
DriverNotInstalledError¶
- exception
nimodinst.errors.DriverNotInstalledError¶An error due to using this module without the driver runtime installed.
DriverTooOldError¶
- exception
nimodinst.errors.DriverTooOldError¶An error due to using this module with an older version of the NI-ModInst driver runtime.