![]() |
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 | |
| setUp (self) | |
| test_device_names (self) | |
| test_control_filterwheel (self) | |
| test_control_laser (self) | |
Public Member Functions inherited from microscope.testsuite.test_devices.DeviceTests | |
| test_on_and_off (self) | |
| test_enable_and_disable (self) | |
| test_enable_enabled (self) | |
| test_disable_disabled (self) | |
Public Attributes | |
| laser = simulators.SimulatedLightSource() | |
| filterwheel = simulators.SimulatedFilterWheel(positions=6) | |
| device | |
Definition at line 442 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.setUp | ( | self | ) |
Definition at line 443 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.test_control_filterwheel | ( | self | ) |
Definition at line 455 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.test_control_laser | ( | self | ) |
Definition at line 460 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.test_device_names | ( | self | ) |
Definition at line 450 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.device |
Definition at line 446 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.filterwheel = simulators.SimulatedFilterWheel(positions=6) |
Definition at line 445 of file test_devices.py.
| microscope.testsuite.test_devices.TestDummyController.laser = simulators.SimulatedLightSource() |
Definition at line 444 of file test_devices.py.