mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 17:11:17 +01:00
Merge pull request #1315 from slsdetectorgroup/bug/only_plot_one_adc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user