![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| None | __init__ (self, microscope._utils.SharedSerial serial) |
| bytes | get_css (self) |
| None | set_css (self, bytes css) |
| typing.List[str] | get_channels (self) |
Protected Attributes | |
| _serial = serial | |
Connection to the CoolLED controller, wraps base commands.
Definition at line 36 of file coolled.py.
| None microscope.controllers.coolled._CoolLEDConnection.__init__ | ( | self, | |
| microscope._utils.SharedSerial | serial ) |
Definition at line 39 of file coolled.py.
| typing.List[str] microscope.controllers.coolled._CoolLEDConnection.get_channels | ( | self | ) |
Return list of channel names (names are one character string).
Definition at line 79 of file coolled.py.
| bytes microscope.controllers.coolled._CoolLEDConnection.get_css | ( | self | ) |
Get the global channel status map.
Definition at line 55 of file coolled.py.
| None microscope.controllers.coolled._CoolLEDConnection.set_css | ( | self, | |
| bytes | css ) |
Set status for any number of channels.
Definition at line 67 of file coolled.py.
|
protected |
Definition at line 40 of file coolled.py.