navigate.model.features.update_setting.UpdateExperimentSetting
- class navigate.model.features.update_setting.UpdateExperimentSetting(model, experiment_parameters={})
Bases:
object
- __init__(model, experiment_parameters={})
Methods
__init__
(model[, experiment_parameters])cleanup
()Perform actions to change the resolution mode and update the active
Attributes
A dictionary defining the configuration for the resolution change
- signal_func()
- Perform actions to change the resolution mode and update the active
microscope.
- This method carries out actions to change the resolution mode of the microscope
by reconfiguring the microscope settings, updating the active microscope, and resuming data acquisition.
Returns:
- bool
A boolean value indicating the success of the resolution change process.
- config_table
A dictionary defining the configuration for the resolution change
- Type:
dict