Skip to content

Commit e2ca3d2

Browse files
committed
Standardize ChannelWidth labels in PNM visuals
Feature: align PNM results labels to operation-specific ChannelWidth - Replace RxMER results window label with RxMER ChannelWidth - Replace ChannelEstCoeff results window label with ChannelWidth - Replace PreEqualization results window label with ChannelWidth - Rename SingleCapture ChannelEst label from Bandwidth to ChannelWidth - Sync updated visualizers into PyPNM and PyPNM-CMTS collections: - 2026-02-28 22:16:38
1 parent 42642ed commit e2ca3d2

14 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/visual-previews/PyPNM-CMTS/ServingGroup/Downstream/ChannelEstCoeff/Results/basic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual-previews/PyPNM-CMTS/ServingGroup/Downstream/RxMER/Results/basic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual-previews/PyPNM-CMTS/ServingGroup/Upstream/OFDMA/PreEqualization/Results/basic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual-previews/SingleCapture/Ofdm-ChannelEstCoeff-GetCapture.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual/PyPNM-CMTS/ServingGroup/Downstream/ChannelEstCoeff/Results/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function buildPayload(r) {
175175
mag_avg: fmtn(stats.avg, 2),
176176
mag_max: fmtn(stats.max, 2),
177177
range_label: fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz',
178-
window_label: 'Bandwidth (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',
178+
window_label: 'ChannelEstCoeff ChannelWidth (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',
179179
chart_id: 'ce-mag-' + chIndex + '-' + mIndex,
180180
points,
181181
gd_chart_id: 'ce-gd-' + chIndex + '-' + mIndex,

docs/visual/PyPNM-CMTS/ServingGroup/Downstream/RxMER/Results/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function buildPayload(r) {
175175
mer_avg: fmtn(stats.avg, 2),
176176
mer_max: fmtn(stats.max, 2),
177177
range_label: `${Math.round(startMHz)} - ${Math.round(endMHz)} MHz`,
178-
window_label: `Bandwidth (${Math.round(startMHz)} - ${Math.round(endMHz)} MHz)`,
178+
window_label: `RxMER ChannelWidth (${Math.round(startMHz)} - ${Math.round(endMHz)} MHz)`,
179179
chart_id: `cm-rxmer-${chIndex}-${mIndex}`,
180180
points,
181181
};

docs/visual/PyPNM-CMTS/ServingGroup/Upstream/OFDMA/PreEqualization/Results/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function buildPayload(r) {
200200
stats_peak_to_peak: fmtn(rawStats.peak_to_peak, 3),
201201
stats_crest_factor: fmtn(rawStats.crest_factor, 3),
202202
range_label: fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz',
203-
window_label: 'Estimated Frequency Response (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',
203+
window_label: 'PreEqualization ChannelWidth (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',
204204
chart_id: 'ce-mag-' + chIndex + '-' + mIndex,
205205
points: preeqPoints,
206206
est_chart_id: 'ce-est-' + chIndex + '-' + mIndex,

docs/visual/SingleCapture/Ofdm-ChannelEstCoeff-GetCapture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ const template = `
479479
<div class="info-value">{{centerFreq}} MHz</div>
480480
</div>
481481
<div class="info-item">
482-
<div class="info-label">Bandwidth</div>
482+
<div class="info-label">ChannelWidth</div>
483483
<div class="info-value">{{bandwidth}} MHz</div>
484484
</div>
485485
<div class="info-item">

postman/collections/PyPNM-CMTS.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
" mer_avg: fmtn(stats.avg, 2),",
324324
" mer_max: fmtn(stats.max, 2),",
325325
" range_label: `${Math.round(startMHz)} - ${Math.round(endMHz)} MHz`,",
326-
" window_label: `Bandwidth (${Math.round(startMHz)} - ${Math.round(endMHz)} MHz)`,",
326+
" window_label: `RxMER ChannelWidth (${Math.round(startMHz)} - ${Math.round(endMHz)} MHz)`,",
327327
" chart_id: `cm-rxmer-${chIndex}-${mIndex}`,",
328328
" points,",
329329
" };",
@@ -1075,7 +1075,7 @@
10751075
" mag_avg: fmtn(stats.avg, 2),",
10761076
" mag_max: fmtn(stats.max, 2),",
10771077
" range_label: fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz',",
1078-
" window_label: 'Bandwidth (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',",
1078+
" window_label: 'ChannelEstCoeff ChannelWidth (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',",
10791079
" chart_id: 'ce-mag-' + chIndex + '-' + mIndex,",
10801080
" points,",
10811081
" gd_chart_id: 'ce-gd-' + chIndex + '-' + mIndex,",
@@ -4077,7 +4077,7 @@
40774077
" stats_peak_to_peak: fmtn(rawStats.peak_to_peak, 3),",
40784078
" stats_crest_factor: fmtn(rawStats.crest_factor, 3),",
40794079
" range_label: fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz',",
4080-
" window_label: 'Estimated Frequency Response (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',",
4080+
" window_label: 'PreEqualization ChannelWidth (' + fmtInt(startMHz) + ' - ' + fmtInt(endMHz) + ' MHz)',",
40814081
" chart_id: 'ce-mag-' + chIndex + '-' + mIndex,",
40824082
" points: preeqPoints,",
40834083
" est_chart_id: 'ce-est-' + chIndex + '-' + mIndex,",

postman/collections/PyPNM.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5434,7 +5434,7 @@
54345434
" <div class=\"info-value\">{{centerFreq}} MHz</div>",
54355435
" </div>",
54365436
" <div class=\"info-item\">",
5437-
" <div class=\"info-label\">Bandwidth</div>",
5437+
" <div class=\"info-label\">ChannelWidth</div>",
54385438
" <div class=\"info-value\">{{bandwidth}} MHz</div>",
54395439
" </div>",
54405440
" <div class=\"info-item\">",

0 commit comments

Comments
 (0)