![]() |
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 shared_serial) |
| bytes | param_ref (self, bytes name) |
| None | param_set (self, bytes name, bytes value) |
| str | get_serial_number (self) |
| str | get_system_type (self) |
Protected Member Functions | |
| bytes | _param_command (self, bytes command) |
Protected Attributes | |
| _serial = shared_serial | |
Connection to the iChrome MLE. This is a simple wrapper to the iChrome MLE interface. It only supports the parameter commands which reply with a single line which is all we need to support this on Python-Microscope.
Definition at line 45 of file toptica.py.
| None microscope.controllers.toptica._iChromeConnection.__init__ | ( | self, | |
| microscope._utils.SharedSerial | shared_serial ) |
Definition at line 54 of file toptica.py.
|
protected |
Run command and return raw answer (minus prompt and echo).
Definition at line 62 of file toptica.py.
| str microscope.controllers.toptica._iChromeConnection.get_serial_number | ( | self | ) |
Definition at line 101 of file toptica.py.
| str microscope.controllers.toptica._iChromeConnection.get_system_type | ( | self | ) |
Definition at line 104 of file toptica.py.
| bytes microscope.controllers.toptica._iChromeConnection.param_ref | ( | self, | |
| bytes | name ) |
Get parameter value (`param-ref` operator).
Definition at line 87 of file toptica.py.
| None microscope.controllers.toptica._iChromeConnection.param_set | ( | self, | |
| bytes | name, | ||
| bytes | value ) |
Change parameter (`param-set!` operator).
Definition at line 91 of file toptica.py.
|
protected |
Definition at line 55 of file toptica.py.