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.simulators.SimulatedController Class Reference
Inheritance diagram for microscope.simulators.SimulatedController:
microscope.abc.Controller microscope.abc.Device

Public Member Functions

None __init__ (self, typing.Mapping[str, microscope.abc.Device] devices)
 
typing.Mapping[str, microscope.abc.Devicedevices (self)
 
typing.Mapping[str, Devicedevices (self)
 
- Public Member Functions inherited from microscope.abc.Device
None __init__ (self)
 
None __del__ (self)
 
bool get_is_enabled (self)
 
None disable (self)
 
None enable (self)
 
None initialize (self)
 
None shutdown (self)
 
None add_setting (self, name, dtype, get_func, set_func, values, typing.Optional[typing.Callable[[], bool]] readonly=None)
 
def get_setting (self, str name)
 
def get_all_settings (self)
 
None set_setting (self, str name, value)
 
def describe_setting (self, str name)
 
def describe_settings (self)
 
def update_settings (self, incoming, bool init=False)
 

Additional Inherited Members

- Public Attributes inherited from microscope.abc.Device
 enabled
 

Detailed Description

Definition at line 312 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None microscope.simulators.SimulatedController.__init__ (   self,
typing.Mapping[str, microscope.abc.Device]   devices 
)

Reimplemented from microscope.abc.Device.

Definition at line 313 of file __init__.py.

315 ) -> None:
316 self._devices = devices.copy()
317

Member Function Documentation

◆ devices()

typing.Mapping[str, microscope.abc.Device] microscope.simulators.SimulatedController.devices (   self)
Map of names to the controlled devices.

Reimplemented from microscope.abc.Controller.

Definition at line 319 of file __init__.py.

319 def devices(self) -> typing.Mapping[str, microscope.abc.Device]:
320 return self._devices
321
322

References microscope.device_server.DeviceServer._devices, and microscope.simulators.SimulatedController._devices.

Referenced by microscope.abc.Controller.devices().


The documentation for this class was generated from the following file: