![]() |
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.
|
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.