A microscope trigger mode using PVCAM PMODES.
Definition at line 1142 of file pvcam.py.
◆ __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
◆ __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
1154(
◆ label
| microscope.cameras.pvcam.TriggerMode.label = label |
◆ pv_mode
| microscope.cameras.pvcam.TriggerMode.pv_mode = pv_mode |
The documentation for this class was generated from the following file:
- BioImager/PythonMicroscope/microscope/cameras/pvcam.py