navigate.model.device_startup_functions.start_filter_wheel
- navigate.model.device_startup_functions.start_filter_wheel(microscope_name: str, device_connection: Any, configuration: Dict[str, Any], id: int = 0, is_synthetic: bool = False, plugin_devices: Optional[dict] = None) → FilterWheelBase
Initialize the filter wheel class.
Initializes the filter wheel: SutterFilterWheel, ASI, and SyntheticFilterWheel.
- Parameters:
microscope_name (str) – Name of microscope in configuration
device_connection (Any) – Device connection
configuration (Dict[str, Any]) – Global configuration of the microscope
id (int) – Index of filter_wheel in the configuration dictionary. Default is 0.
is_synthetic (bool) – Run synthetic version of hardware. Default is False.
plugin_devices (Optional[dict]) – Dictionary of plugin devices. Default is None.
- Returns:
FilterWheel – FilterWheel class.
- Return type: