![]() |
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 | set_value (self, new_value) |
| def | current (self) |
| def | values (self) |
Public Member Functions inherited from microscope.cameras.pvcam.PVParam | |
| def | __init__ (self, camera, param_id) |
| def | set_value (self, new_value) |
| def | access (self) |
| def | available (self) |
| def | count (self) |
| def | values (self) |
| def | current (self) |
Additional Inherited Members | |
Static Public Member Functions inherited from microscope.cameras.pvcam.PVParam | |
| def | factory (camera, param_id) |
Public Attributes inherited from microscope.cameras.pvcam.PVParam | |
| cam | |
| param_id | |
| name | |
| dtype | |
| def 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.
References microscope.cameras.pvcam.PVParam._query().
| def 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.
References microscope.abc._Setting.name, microscope.cameras._SDK3.dllFunction.name, microscope.cameras.atmcd.dllFunction.name, microscope.cameras.pvcam.dllFunction.name, microscope.cameras.pvcam.PVParam.name, BioImager.Automation.Action.name, BioImager.Automation.Recording.name, BioImager.Filt.name, BioImager.Function.name, BioImager.ImageJ.RoiDecoder.name, BioImager.LightSource.name, BioImager.Plot.name, BioImager.Scripting.Script.name, microscope.cameras.pvcam.PVEnumParam.set_value(), microscope.abc._Setting.values(), microscope.cameras.pvcam.PVParam.values(), microscope.cameras.pvcam.PVEnumParam.values(), and microscope.cameras.pvcam.PVStringParam.values().
Referenced by microscope.stages.linkam._LinkamMDSMixin.move_to(), microscope.stages.linkam.LinkamCMS.refill_chamber(), microscope.stages.linkam.LinkamCMS.refill_dewar(), microscope.stages.linkam.LinkamCMS.set_condensor(), microscope.stages.linkam.LinkamCMS.set_light(), and microscope.cameras.pvcam.PVEnumParam.set_value().
| def microscope.cameras.pvcam.PVEnumParam.values | ( | self | ) |
Get allowable enum values
Reimplemented from microscope.cameras.pvcam.PVParam.
Definition at line 1371 of file pvcam.py.
References microscope.cameras.pvcam.PVParam.cam, microscope.cameras.pvcam.PVParam.count(), microscope.device_server.Filter.count, BioImager.BioImage.ImageJDesc.count, BioImager.SlideImager.count, and microscope.cameras.pvcam.PVParam.param_id.
Referenced by microscope.cameras.pvcam.PVEnumParam.set_value().