Definition at line 617 of file Microscope.cs.
◆ GetPosition()
| short BioImager.RLShutter.GetPosition |
( |
| ) |
|
If the library path contains "MTB", then return the position of the shutter, otherwise return the position of the shutter
- Returns
- The position of the shutter.
Definition at line 626 of file Microscope.cs.
627 {
630 return (short)com.doubles[0];
631 }
◆ SetPosition()
| void BioImager.RLShutter.SetPosition |
( |
int |
p | ) |
|
The function takes an integer as an argument, and if the microscope is an MTB, it sets the position of the RLShutter to the value of the integer
- Parameters
-
Definition at line 637 of file Microscope.cs.
638 {
639 if (Properties.Settings.Default.LibPath.Contains("MTB"))
640 {
643 }
644 position = p;
645 if (Recorder.recordMicroscope)
646 Recorder.AddLine("Microscope.RLShutter.SetPosition(" + p + ");");
647 }
◆ rlShutter
| object BioImager.RLShutter.rlShutter = null |
|
static |
◆ rlType
| Type BioImager.RLShutter.rlType |
|
static |
The documentation for this class was generated from the following file: