Definition at line 590 of file Microscope.cs.
◆ GetPosition()
| 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
- Returns
- The position of the shutter.
Definition at line 599 of file Microscope.cs.
600 {
603 if (com.doubles == null)
604 return 0;
605 return (short)com.doubles[0];
606 }
◆ SetPosition()
| 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:
- Parameters
-
Definition at line 614 of file Microscope.cs.
615 {
616 if (Recorder.recordMicroscope)
617 Recorder.AddLine("Microscope.TLShutter.SetPosition(" + p + ");");
618 if (Properties.Settings.Default.LibPath.Contains("MTB"))
619 {
622 position = p;
623 }
624 }
◆ position
| int BioImager.HXPShutter.position |
|
static |
◆ tlShutter
| object BioImager.HXPShutter.tlShutter = null |
|
static |
◆ tlType
| Type BioImager.HXPShutter.tlType |
|
static |
The documentation for this class was generated from the following file: