navigate.model.device_startup_functions.start_daq
- navigate.model.device_startup_functions.start_daq(configuration: Dict[str, Any], is_synthetic: bool = False) → DAQBase
Initializes the data acquisition (DAQ) class on a dedicated thread.
Load daq information from the configuration file. Proper daq types include NI and SyntheticDAQ.
- Parameters:
configuration (Dict[str, Any]) – Global configuration of the microscope
is_synthetic (bool) – Run synthetic version of hardware. Default is False.
- Returns:
DAQ – DAQ class.
- Return type: