![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| None | __init__ (self, bytes data) |
| bytes | address (self) |
| bytes | flag (self) |
| bytes | status (self) |
| bytes | warning (self) |
| bytes | response (self) |
| None microscope.controllers.zaber._ZaberReply.__init__ | ( | self, | |
| bytes | data | ||
| ) |
| bytes microscope.controllers.zaber._ZaberReply.address | ( | self | ) |
The start of reply with device address and space.
Definition at line 74 of file zaber.py.
References microscope.controllers.zaber._ZaberReply._data.
| bytes microscope.controllers.zaber._ZaberReply.flag | ( | self | ) |
The reply flag indicates if the message was accepted or rejected. Can be `b"OK"` (accepted) or `b"RJ"` (rejected). If rejected, the response property will be one word with the reason why.
Definition at line 79 of file zaber.py.
References microscope.controllers.zaber._ZaberReply._data.
| bytes microscope.controllers.zaber._ZaberReply.response | ( | self | ) |
| bytes microscope.controllers.zaber._ZaberReply.status | ( | self | ) |
``b"BUSY"`` when the axis is moving and ``b"IDLE"`` otherwise. If the reply message applies to the whole device, the status is `b"BUSY"` if any axis is busy and `b"IDLE"` if all axes are idle.
Definition at line 88 of file zaber.py.
References microscope.controllers.zaber._ZaberReply._data.
| bytes microscope.controllers.zaber._ZaberReply.warning | ( | self | ) |
The highest priority warning currently active. This will be `b'--'` under normal conditions. Anything else is a warning.
Definition at line 98 of file zaber.py.
References microscope.controllers.zaber._ZaberReply._data.