Merge pull request #1315 from slsdetectorgroup/bug/only_plot_one_adc
Some checks failed
Build on RHEL9 / build (push) Failing after 3m0s
Build on RHEL8 / build (push) Failing after 4m59s

This commit is contained in:
Martin Mueller
2025-10-15 10:00:13 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -23,11 +23,14 @@ This document describes the differences between vx.x.x and vx.0.2
1 New, Changed or Resolved Features
=====================================
1.8 Gui
----------
Bug Fix:
Plotting specific ADC as waveform plots correct data
2 On-board Detector Server Compatibility

View File

@@ -154,6 +154,8 @@ class AdcTab(QtWidgets.QWidget):
self.mainWindow.analogPlots[i].setData(waveform)
plotName = getattr(self.view, f"labelADC{i}").text()
waveforms[plotName] = waveform
elif checkBoxEn.isChecked():
idx += 1
return waveforms
@recordOrApplyPedestal