Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Custom Exceptions for DGILib."""
"""Base class for exceptions in this module.
:param msg: Error message associated with the exception :type msg: str :ivar msg: Error message associated with the exception """
"""__init__."""
"""__str__."""
"""Exception raised opening dgilib.dll.
dgilib.dll could not be found in the specified path. """
"""Exception raised selecting device.
The device_index exceeds the device_count. """
"""Exception raised: DGILib returned non-zero value."""
"""Exception raised: Could not connect to the device."""
"""Exception raised parsing arguments."""
|