navigate.model.device_startup_functions.start_zoom
- navigate.model.device_startup_functions.start_zoom(microscope_name: str, device_connection: Any, configuration: Dict[str, Any], is_synthetic: bool = False, plugin_devices: Optional[dict] = None) → ZoomBase
Initializes the zoom class on a dedicated thread.
Initializes the zoom: DynamixelZoom and SyntheticZoom.
- Parameters:
microscope_name (str) – Name of microscope in configuration
device_connection (Any) – Hardware device to connect to
configuration (Dict[str, Any]) – Global configuration of the microscope
is_synthetic (bool) – Run synthetic version of hardware. Default is False.
plugin_devices (Optional[dict]) – Dictionary of plugin devices. Default is None.
- Returns:
Zoom – Zoom class.
- Return type: