![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| def | __init__ (self, name, args=[], argnames=[], buf_len=-1, lib=_lib) |
| def | __call__ (self, *args, **kwargs) |
Public Attributes | |
| f | |
| fargs | |
| fargnames | |
| name | |
| inp | |
| in_args | |
| out_args | |
| buf_len | |
Expose a DLL function to python. (Again, largely nicked from PYME.)
| def microscope.cameras.pvcam.dllFunction.__init__ | ( | self, | |
| name, | |||
args = [], |
|||
argnames = [], |
|||
buf_len = -1, |
|||
lib = _lib |
|||
| ) |
Definition at line 738 of file pvcam.py.
| def microscope.cameras.pvcam.dllFunction.__call__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 762 of file pvcam.py.
| microscope.cameras.pvcam.dllFunction.f |
Definition at line 739 of file pvcam.py.
Referenced by microscope.cameras.atmcd.dllFunction.__call__().
| microscope.cameras.pvcam.dllFunction.fargs |
Definition at line 743 of file pvcam.py.
Referenced by microscope.cameras.atmcd.dllFunction.__call__().
| microscope.cameras.pvcam.dllFunction.name |
Definition at line 745 of file pvcam.py.
Referenced by microscope.cameras.pvcam.PVParam.factory(), microscope.cameras.pvcam.PVParam.set_value(), and microscope.cameras.pvcam.PVEnumParam.set_value().