BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
microscope.cameras.pvcam.TriggerMode Class Reference

Public Member Functions

 __init__ (self, label, pv_mode)
 
 __repr__ (self)
 

Public Attributes

 label = label
 
 pv_mode = pv_mode
 

Detailed Description

A microscope trigger mode using PVCAM PMODES.

Definition at line 1142 of file pvcam.py.

Constructor & Destructor Documentation

◆ __init__()

microscope.cameras.pvcam.TriggerMode.__init__ ( self,
label,
pv_mode )

Definition at line 1145 of file pvcam.py.

1145 def __init__(self, label, pv_mode):
1146 self.label = label
1147 self.pv_mode = pv_mode
1148

Member Function Documentation

◆ __repr__()

microscope.cameras.pvcam.TriggerMode.__repr__ ( self)

Definition at line 1149 of file pvcam.py.

1149 def __repr__(self):
1150 return "<%s: '%s'>" % (type(self).__name__, self.label)
1151
1152
1153# Enumerate trigger types.
1154(

Member Data Documentation

◆ label

microscope.cameras.pvcam.TriggerMode.label = label

Definition at line 1146 of file pvcam.py.

◆ pv_mode

microscope.cameras.pvcam.TriggerMode.pv_mode = pv_mode

Definition at line 1147 of file pvcam.py.


The documentation for this class was generated from the following file: