![]() |
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 | |
| __init__ (self, val) | |
| set_val (self, val) | |
| get_val (self) | |
Public Attributes | |
| val = val | |
Very simple container with setter and getter methods
Definition at line 35 of file test_settings.py.
| microscope.testsuite.test_settings.ThingWithSomething.__init__ | ( | self, | |
| val ) |
Definition at line 38 of file test_settings.py.
| microscope.testsuite.test_settings.ThingWithSomething.get_val | ( | self | ) |
Definition at line 44 of file test_settings.py.
| microscope.testsuite.test_settings.ThingWithSomething.set_val | ( | self, | |
| val ) |
Definition at line 41 of file test_settings.py.
| microscope.testsuite.test_settings.ThingWithSomething.val = val |
Definition at line 39 of file test_settings.py.