2
0
forked from Ivasoft/DSView

The duty param name

This commit is contained in:
dreamsourcelabTAI
2023-03-31 10:19:20 +08:00
parent 38727a46b4
commit 33d4bce841

View File

@@ -144,7 +144,7 @@ QString DsoMeasure::get_ms_text(int ms_type)
assert(ms_type < DSO_MS_END);
//tr
const QString label_name[DSO_MS_END-DSO_MS_BEGIN] = {tr("NULL"),
tr("Freq"), tr("Period"), tr("Duty"), tr("-Duty"), tr("+Count"),
tr("Freq"), tr("Period"), tr("+Duty"), tr("-Duty"), tr("+Count"),
tr("Rise"), tr("Fall"), tr("+Width"), tr("-Width"), tr("BrstW"),
tr("Ampl"), tr("High"), tr("Low"), tr("RMS"), tr("Mean"),
tr("PK-PK"), tr("Max"), tr("Min"), tr("+Over"), tr("-Over")};