![]() |
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.
|
Functions | |
| def | prototype (name, argtypes, restype=Boolean) |
Variables | |
| SDK = ctypes.WinDLL("mirao52e") | |
| int | TRUE = 1 |
| int | FALSE = 0 |
| int | NB_COMMAND_VALUES = 52 |
| int | OK = 0 |
| Boolean = ctypes.c_char | |
| Command = ctypes.POINTER(ctypes.c_double) | |
| def | open = prototype("mro_open", []) |
| def | close = prototype("mro_close", []) |
| def | applyCommand = prototype("mro_applyCommand", [Command, Boolean]) |
| def microscope._wrappers.mirao52e.prototype | ( | name, | |
| argtypes, | |||
restype = Boolean |
|||
| ) |
Definition at line 45 of file mirao52e.py.
Definition at line 56 of file mirao52e.py.
| microscope._wrappers.mirao52e.Boolean = ctypes.c_char |
Definition at line 41 of file mirao52e.py.
| def microscope._wrappers.mirao52e.close = prototype("mro_close", []) |
Definition at line 54 of file mirao52e.py.
| microscope._wrappers.mirao52e.Command = ctypes.POINTER(ctypes.c_double) |
Definition at line 42 of file mirao52e.py.
| int microscope._wrappers.mirao52e.FALSE = 0 |
Definition at line 31 of file mirao52e.py.
| int microscope._wrappers.mirao52e.NB_COMMAND_VALUES = 52 |
Definition at line 35 of file mirao52e.py.
| int microscope._wrappers.mirao52e.OK = 0 |
Definition at line 38 of file mirao52e.py.
| def microscope._wrappers.mirao52e.open = prototype("mro_open", []) |
Definition at line 53 of file mirao52e.py.
| microscope._wrappers.mirao52e.SDK = ctypes.WinDLL("mirao52e") |
Definition at line 27 of file mirao52e.py.
| int microscope._wrappers.mirao52e.TRUE = 1 |
Definition at line 30 of file mirao52e.py.