Skip to content

Commit 14dd5b8

Browse files
committed
set waveform template name
1 parent 8bc8292 commit 14dd5b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/navigate/controller/controller.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@ def populate_experiment_setting(self, file_name=None, in_initialize=False):
415415
)
416416
self.channels_tab_controller.populate_experiment_values()
417417
self.camera_setting_controller.populate_experiment_values()
418+
self.waveform_tab_controller.set_waveform_template(
419+
self.configuration["experiment"]["MicroscopeState"]["waveform_template"]
420+
)
418421

419422
# autofocus popup
420423
if hasattr(self, "af_popup_controller"):

0 commit comments

Comments
 (0)