main_window: connect new beamline state buttons to daq worker

This commit is contained in:
2026-06-15 16:58:55 +02:00
parent d3772bdbb6
commit 721390c8ed
+2
View File
@@ -677,6 +677,8 @@ class MainWindow(QMainWindow):
self.beamline_state_panel.sample_exchange.connect(self.daq.sample_exchange)
self.beamline_state_panel.sample_alignment.connect(self.daq.sample_alignment)
self.beamline_state_panel.beam_location.connect(self.daq.beam_location)
self.beamline_state_panel.beamstop_alignment.connect(self.daq.beamstop_alignment)
self.beamline_state_panel.flux_measurement.connect(self.daq.flux_measurement)
self.beamline_state_panel.data_collection.connect(self.daq.data_collection)
self.beamline_state_panel.xtal_snapshot.connect(self.daq.xtal_snapshot)
self.beamline_state_panel.xray_fluorescence.connect(self.daq.xray_fluorescence)