![]() |
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, _iChromeConnection conn, int laser_number) |
| str | get_label (self) |
| str | get_type (self) |
| int | get_delay (self) |
| bool | get_enable (self) |
| None | set_enable (self, bool state) |
| bool | get_cw (self) |
| None | set_cw (self, bool state) |
| bool | get_use_ttl (self) |
| None | set_use_ttl (self, bool state) |
| float | get_level (self) |
| None | set_level (self, float level) |
| str | get_status_txt (self) |
Definition at line 108 of file toptica.py.
| None microscope.controllers.toptica._iChromeLaserConnection.__init__ | ( | self, | |
| _iChromeConnection | conn, | ||
| int | laser_number | ||
| ) |
Definition at line 109 of file toptica.py.
| bool microscope.controllers.toptica._iChromeLaserConnection.get_cw | ( | self | ) |
Definition at line 145 of file toptica.py.
| int microscope.controllers.toptica._iChromeLaserConnection.get_delay | ( | self | ) |
Definition at line 135 of file toptica.py.
| bool microscope.controllers.toptica._iChromeLaserConnection.get_enable | ( | self | ) |
Definition at line 138 of file toptica.py.
| str microscope.controllers.toptica._iChromeLaserConnection.get_label | ( | self | ) |
Definition at line 129 of file toptica.py.
| float microscope.controllers.toptica._iChromeLaserConnection.get_level | ( | self | ) |
Definition at line 159 of file toptica.py.
| str microscope.controllers.toptica._iChromeLaserConnection.get_status_txt | ( | self | ) |
Definition at line 166 of file toptica.py.
| str microscope.controllers.toptica._iChromeLaserConnection.get_type | ( | self | ) |
Definition at line 132 of file toptica.py.
| bool microscope.controllers.toptica._iChromeLaserConnection.get_use_ttl | ( | self | ) |
Definition at line 152 of file toptica.py.
| None microscope.controllers.toptica._iChromeLaserConnection.set_cw | ( | self, | |
| bool | state | ||
| ) |
Definition at line 148 of file toptica.py.
| None microscope.controllers.toptica._iChromeLaserConnection.set_enable | ( | self, | |
| bool | state | ||
| ) |
Definition at line 141 of file toptica.py.
| None microscope.controllers.toptica._iChromeLaserConnection.set_level | ( | self, | |
| float | level | ||
| ) |
Definition at line 162 of file toptica.py.
| None microscope.controllers.toptica._iChromeLaserConnection.set_use_ttl | ( | self, | |
| bool | state | ||
| ) |
Definition at line 155 of file toptica.py.