![]() |
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.
|
Static Public Attributes | |
| int | SOFTWARE = 0 |
| int | RISING_EDGE = 1 |
| int | HIGH = 1 |
| int | FALLING_EDGE = 2 |
| int | LOW = 2 |
| int | PULSE = 3 |
Type of a trigger for a :class:`microscope.abc.TriggerTargetMixin`.
The trigger type defines what constitutes a trigger, as opposed to
the trigger mode which defines a type of action when the trigger
is received.
:const:`TriggerType.SOFTWARE`
when :meth:`microscope.abc.TriggerTargetMixin.trigger` is called
:const:`TriggerType.RISING_EDGE`
when level changes to high
:const:`TriggerType.FALLING_EDGE`
when level changes to low
Definition at line 157 of file __init__.py.
|
static |
Definition at line 175 of file __init__.py.
|
static |
Definition at line 174 of file __init__.py.
|
static |
Definition at line 176 of file __init__.py.
|
static |
Definition at line 177 of file __init__.py.
|
static |
Definition at line 173 of file __init__.py.
|
static |
Definition at line 172 of file __init__.py.