navigate.model.device_startup_functions.start_galvo
- navigate.model.device_startup_functions.start_galvo(microscope_name: str, device_connection: Any, configuration: Dict[str, Any], id: int = 0, is_synthetic: bool = False, plugin_devices: Optional[dict] = None) → GalvoBase
Initializes the Galvo class.
Initializes the Galvo Device. Proper galvo types include NI and SyntheticGalvo.
- 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
id (int) – Index of galvo 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:
Galvo – Galvo scanning class.
- Return type: