![]() |
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 579 of file Microscope.cs.
| short BioImager.HXPShutter.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 588 of file Microscope.cs.
| void BioImager.HXPShutter.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 603 of file Microscope.cs.
|
static |
Definition at line 583 of file Microscope.cs.
Referenced by microscope.abc.FilterWheel.get_num_positions(), and microscope.stages.ludl._LudlStageAxis.limits().
|
static |
Definition at line 582 of file Microscope.cs.
|
static |
Definition at line 581 of file Microscope.cs.