Compare commits
No commits in common. "57eca380b3817fca3614bf9fe939e83d27a001aa" and "190627b913280601f964136995cf66dd2c3bbd11" have entirely different histories.
57eca380b3
...
190627b913
|
@ -359,8 +359,8 @@ class MyWindow(QMainWindow):
|
|||
self.txtIOut[k][i].setText("{:.2f}".format(iout * 1e6))
|
||||
|
||||
if self.chkDB.checkState() == Qt.CheckState.Checked:
|
||||
points.append(Point("Voltage").tag("Ch",int(chList[i] + 100 * k)).field("value",float(outVList[sum(nChPerMod[:k]) + i])))
|
||||
points.append(Point("LeakageCurrent").tag("Ch",int(chList[i] + 100 * k)).field("value",float(outIList[sum(nChPerMod[:k]) + i])))
|
||||
points.append(Point("Voltage").tag("Ch",int(chList[i] + 100 * k)).field("value",float(vout)))
|
||||
points.append(Point("LeakageCurrent").tag("Ch",int(chList[i] + 100 * k)).field("value",float(iout)))
|
||||
|
||||
if self.chkDB.checkState() == Qt.CheckState.Checked:
|
||||
write_api.write(bucket=bucket, org=org, record=points)
|
||||
|
|
Loading…
Reference in New Issue
Block a user