fix(scan_history): chagned hardcoded simulated devices from PXII to real PXIII devices

This commit is contained in:
Unknown MX Person
2025-05-22 13:19:33 +02:00
parent 5ceebaa8f6
commit abaf0867cd
@@ -63,7 +63,7 @@ class ScanHistory(BECWidget, QWidget):
icon_options = {"size": (16, 16), "convert_to_pixmap": False}
self.components['monitor_combobox'].apply_filter = False
self.components['monitor_combobox'].devices = ['dccm_diode_bottom', 'dccm_diode_top']
self.components['monitor_combobox'].devices = ['dccm_diode_bottom', 'dccm_diode_top', 'dccm_xbpm', 'ssxbpm', 'xbox_diode']
self.components['history_spin_box'].setMinimum(-10000)
self.components['history_spin_box'].setMaximum(-1)