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.
Loading...
Searching...
No Matches
microscope.abc._Setting Member List

This is the complete list of members for microscope.abc._Setting, including all inherited members.

__init__(self, str name, str dtype, typing.Optional[typing.Callable[[], typing.Any]] get_func, typing.Optional[typing.Callable[[typing.Any], None]] set_func=None, typing.Any values=None, typing.Optional[typing.Callable[[], bool]] readonly=None) (defined in microscope.abc._Setting)microscope.abc._Setting
describe(self) (defined in microscope.abc._Setting)microscope.abc._Setting
dtype (defined in microscope.abc._Setting)microscope.abc._Setting
get(self) (defined in microscope.abc._Setting)microscope.abc._Setting
name (defined in microscope.abc._Setting)microscope.abc._Setting
readonly(self) (defined in microscope.abc._Setting)microscope.abc._Setting
set(self, value)microscope.abc._Setting
values(self) (defined in microscope.abc._Setting)microscope.abc._Setting