|
| str | message = "%s %s" % (status, lookup_status(status)) |
| |
| | status = status |
| |
An exception arising from a DLL call.
Definition at line 615 of file atmcd.py.
◆ __init__()
| 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 = "%s %s" % (status, lookup_status(status)) |
◆ status
| microscope.cameras.atmcd.AtmcdException.status = status |
The documentation for this class was generated from the following file:
- BioImager/PythonMicroscope/microscope/cameras/atmcd.py