![]() |
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.
|
Public Member Functions | |
| set_value (self, new_value) | |
| current (self) | |
| values (self) | |
Public Member Functions inherited from microscope.cameras.pvcam.PVParam | |
| __init__ (self, camera, param_id) | |
| access (self) | |
| available (self) | |
| count (self) | |
Public Attributes | |
| name | |
| count = {} | |
Public Attributes inherited from microscope.cameras.pvcam.PVParam | |
| cam = weakref.proxy(camera) | |
| param_id = param_id | |
| str | name = _param_to_name[param_id] |
| dtype = _dtypemap[self._pvtype] | |
| available | |
Additional Inherited Members | |
Static Public Member Functions inherited from microscope.cameras.pvcam.PVParam | |
| factory (camera, param_id) | |
Protected Member Functions inherited from microscope.cameras.pvcam.PVParam | |
| _query (self, what=ATTR_CURRENT, force_query=False) | |
Protected Attributes inherited from microscope.cameras.pvcam.PVParam | |
| int | _pvtype = param_id >> 24 & 255 |
| _ctype = _typemap[self._pvtype] | |
| microscope.cameras.pvcam.PVEnumParam.current | ( | self | ) |
Return the current (or cached) enum parameter value.
Reimplemented from microscope.cameras.pvcam.PVParam.
Definition at line 1365 of file pvcam.py.
| microscope.cameras.pvcam.PVEnumParam.set_value | ( | self, | |
| new_value ) |
Set an enum parameter value.
Reimplemented from microscope.cameras.pvcam.PVParam.
Definition at line 1341 of file pvcam.py.
| microscope.cameras.pvcam.PVEnumParam.values | ( | self | ) |
Get allowable enum values
Reimplemented from microscope.cameras.pvcam.PVParam.
Definition at line 1371 of file pvcam.py.