![]() |
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 | |
| short | GetPosition () |
| void | SetPosition (int p) |
Static Public Attributes | |
| static Type | tlType |
| static object | tlShutter = null |
| static int | position |
Definition at line 537 of file Microscope.cs.
| short BioImager.TLShutter.GetPosition | ( | ) |
If the library path contains "MTB", then invoke the get_Position method on the tlShutter object. Otherwise, return the position variable
Definition at line 546 of file Microscope.cs.
| void BioImager.TLShutter.SetPosition | ( | int | p | ) |
The function takes an integer as an argument and sets the position of the shutter to the value of the integer.
The function is called by the following line of code:
| p | 0 or 1 |
Definition at line 559 of file Microscope.cs.
|
static |
Definition at line 541 of file Microscope.cs.
Referenced by microscope.abc.FilterWheel.get_num_positions(), and microscope.stages.ludl._LudlStageAxis.limits().
|
static |
Definition at line 540 of file Microscope.cs.
|
static |
Definition at line 539 of file Microscope.cs.