An exception arising from a DLL call.
Definition at line 615 of file atmcd.py.
◆ __init__()
| def microscope.cameras.atmcd.AtmcdException.__init__ |
( |
|
self, |
|
|
|
status |
|
) |
| |
Definition at line 618 of file atmcd.py.
618 def __init__(self, status):
619 self.message = "%s %s" % (status, lookup_status(status))
620 super().__init__(self.message)
621 self.status = status
622
623
◆ message
| microscope.cameras.atmcd.AtmcdException.message |
◆ status
| microscope.cameras.atmcd.AtmcdException.status |
The documentation for this class was generated from the following file:
- F:/repos/BioImager/BioImager/PythonMicroscope/microscope/cameras/atmcd.py