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