![]() |
BioImager
3.6.0
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.
|
Classes | |
| class | _meta |
| class | _OUTSTRING |
| class | _OUTSTRLEN |
| class | CameraError |
| class | dllFunction |
| class | OUTPUT |
| class | TimeoutError |
Functions | |
| def | errCode (name, value) |
| def | stripMeta (val) |
| def | dllFunc (name, args=[], argnames=[], lib="ATCORE") |
Variables | |
| AT_H = ctypes.c_int | |
| typedefs More... | |
| AT_BOOL = ctypes.c_int | |
| AT_64 = ctypes.c_int64 | |
| AT_U8 = ctypes.c_uint8 | |
| AT_WC = ctypes.c_wchar | |
| CALLBACKTYPE = ctypes.WINFUNCTYPE(c_int, AT_H, POINTER(AT_WC), c_void_p) | |
| dictionary | errorCodes = {} |
| Defines. More... | |
| int | AT_INFINITE = 0xFFFFFFFF |
| int | AT_CALLBACK_SUCCESS = 0 |
| int | AT_TRUE = 1 |
| int | AT_FALSE = 0 |
| int | AT_SUCCESS = 0 |
| int | AT_ERR_TIMEDOUT = 13 |
| int | AT_ERR_NODATA = 11 |
| int | AT_HANDLE_UNINITIALISED = -1 |
| int | AT_HANDLE_SYSTEM = 1 |
| STRING = POINTER(AT_WC) | |
| Functions ###. More... | |
| OUTSTRING = _OUTSTRING() | |
| OUTSTRLEN = _OUTSTRLEN() | |
| lib | |
| Utility library (for unpacking etc ...) More... | |
| def microscope.cameras._SDK3.dllFunc | ( | name, | |
args = [], |
|||
argnames = [], |
|||
lib = "ATCORE" |
|||
| ) |
| def microscope.cameras._SDK3.errCode | ( | name, | |
| value | |||
| ) |
| def microscope.cameras._SDK3.stripMeta | ( | val | ) |
| dictionary microscope.cameras._SDK3.errorCodes = {} |
| microscope.cameras._SDK3.lib |
| microscope.cameras._SDK3.OUTSTRING = _OUTSTRING() |
| microscope.cameras._SDK3.OUTSTRLEN = _OUTSTRLEN() |