![]() |
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, str port, **kwargs) |
| typing.Dict[str, _iChromeLaser] | devices (self) |
| typing.Mapping[str, Device] | devices (self) |
Public Member Functions inherited from microscope.abc.Device | |
| None | __init__ (self) |
| None | __del__ (self) |
| bool | get_is_enabled (self) |
| None | disable (self) |
| None | enable (self) |
| None | initialize (self) |
| None | shutdown (self) |
| None | add_setting (self, name, dtype, get_func, set_func, values, typing.Optional[typing.Callable[[], bool]] readonly=None) |
| def | get_setting (self, str name) |
| def | get_all_settings (self) |
| None | set_setting (self, str name, value) |
| def | describe_setting (self, str name) |
| def | describe_settings (self) |
| def | update_settings (self, incoming, bool init=False) |
Additional Inherited Members | |
Public Attributes inherited from microscope.abc.Device | |
| enabled | |
Toptica iChrome MLE (multi-laser engine). The names of the light devices are `laser1`, `laser2`, `laser3`, ...
Definition at line 253 of file toptica.py.
| None microscope.controllers.toptica.iChromeMLE.__init__ | ( | self, | |
| str | port, | ||
| ** | kwargs | ||
| ) |
Reimplemented from microscope.abc.Device.
Definition at line 261 of file toptica.py.
| typing.Dict[str, _iChromeLaser] microscope.controllers.toptica.iChromeMLE.devices | ( | self | ) |
Map of names to the controlled devices.
Reimplemented from microscope.abc.Controller.
Definition at line 298 of file toptica.py.
Referenced by microscope.abc.Controller.devices().