mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-13 05:58:43 +01:00
uff introduced another bug
This commit is contained in:
@@ -163,7 +163,7 @@ class SignalsTab(QtWidgets.QWidget):
|
||||
# bits enabled but not plotting
|
||||
if not isPlottedArray[i]:
|
||||
continue
|
||||
waveform = digital_array[idx, :]
|
||||
waveform = digital_array[i, :]
|
||||
self.mainWindow.digitalPlots[i].setData(waveform)
|
||||
plotName = getattr(self.view, f"labelBIT{i}").text()
|
||||
waveforms[plotName] = waveform
|
||||
|
||||
Reference in New Issue
Block a user