Skip to content

Commit c877d41

Browse files
committed
feat(visual): refine OFDM constellation display layout
- add Device Info table with standardized labels and N/A-safe sysDescr mapping - simplify top header to centered OFDM Constellation Display title - add Channel Summary table above scatter plots with color-coded Soft/Hard headers - move channel identification out of overlays and center per-tile channel labels above each plot - remove decorative grid and I/Q axis labels to reduce visual clutter - rebalance plot margins and center tile rows for partial channel layouts (including 5-channel cases) - increase visibility of plot/tile boundaries with lighter white borders - regenerate visual docs/previews for GetCapture-ConstellationDisplay - 2026-02-22 22:17:44
1 parent fd9b44d commit c877d41

3 files changed

Lines changed: 133261 additions & 18 deletions

File tree

docs/visual-previews/SingleCapture/OFDM/GetCapture-ConstellationDisplay.html

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

docs/visual/SingleCapture/OFDM/GetCapture-ConstellationDisplay.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -459,22 +459,22 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
459459

460460
````json
461461
{
462-
"mac_address": "606c63f48fb8",
462+
"mac_address": "aabbccddeeff",
463463
"status": 0,
464464
"message": null,
465465
"data": {
466466
"analysis": [
467467
{
468468
"device_details": {
469469
"system_description": {
470-
"HW_REV": "1A",
471-
"VENDOR": "Hitron Technologies",
472-
"BOOTR": "2022.01-MXL-v-4.0.369.F",
473-
"SW_REV": "8.5.0.0.4b1",
474-
"MODEL": "CODA60"
470+
"HW_REV": "1.0",
471+
"VENDOR": "LANCity",
472+
"BOOTR": "NONE",
473+
"SW_REV": "1.0.0",
474+
"MODEL": "LCPET-3"
475475
}
476476
},
477-
"mac_address": "60:6c:63:f4:8f:b8",
477+
"mac_address": "aa:bb:cc:dd:ee:ff",
478478
"channel_id": 160,
479479
"num_sample_symbols": 8192,
480480
"modulation_order": 256,
@@ -34279,14 +34279,14 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
3427934279
{
3428034280
"device_details": {
3428134281
"system_description": {
34282-
"HW_REV": "1A",
34283-
"VENDOR": "Hitron Technologies",
34284-
"BOOTR": "2022.01-MXL-v-4.0.369.F",
34285-
"SW_REV": "8.5.0.0.4b1",
34286-
"MODEL": "CODA60"
34282+
"HW_REV": "1.0",
34283+
"VENDOR": "LANCity",
34284+
"BOOTR": "NONE",
34285+
"SW_REV": "1.0.0",
34286+
"MODEL": "LCPET-3"
3428734287
}
3428834288
},
34289-
"mac_address": "60:6c:63:f4:8f:b8",
34289+
"mac_address": "aa:bb:cc:dd:ee:ff",
3429034290
"channel_id": 159,
3429134291
"num_sample_symbols": 8192,
3429234292
"modulation_order": 256,
@@ -68102,7 +68102,7 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
6810268102
"capture_time": 1771820410
6810368103
},
6810468104
"channel_id": 160,
68105-
"mac_address": "60:6c:63:f4:8f:b8",
68105+
"mac_address": "aa:bb:cc:dd:ee:ff",
6810668106
"subcarrier_zero_frequency": 683600000,
6810768107
"first_active_subcarrier_index": -1,
6810868108
"subcarrier_spacing": 50000,
@@ -100893,7 +100893,7 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
100893100893
"capture_time": 1771820412
100894100894
},
100895100895
"channel_id": 159,
100896-
"mac_address": "60:6c:63:f4:8f:b8",
100896+
"mac_address": "aa:bb:cc:dd:ee:ff",
100897100897
"subcarrier_zero_frequency": 575600000,
100898100898
"first_active_subcarrier_index": -1,
100899100899
"subcarrier_spacing": 50000,
@@ -133683,7 +133683,7 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
133683133683
"docsPnmCmDsConstDispNumSampleSymb": 8192,
133684133684
"docsPnmCmDsConstDispSelModOrder": "qam256",
133685133685
"docsPnmCmDsConstDispMeasStatus": "sample_ready",
133686-
"docsPnmCmDsConstDispFileName": "ds_constellation_disp_606c63f48fb8_160_1771820411.bin"
133686+
"docsPnmCmDsConstDispFileName": "ds_constellation_disp_aabbccddeeff_160_1771820411.bin"
133687133687
}
133688133688
},
133689133689
{
@@ -133695,7 +133695,7 @@ Preview is best-effort. Some templates may rely on Postman-specific APIs that ar
133695133695
"docsPnmCmDsConstDispNumSampleSymb": 8192,
133696133696
"docsPnmCmDsConstDispSelModOrder": "qam256",
133697133697
"docsPnmCmDsConstDispMeasStatus": "sample_ready",
133698-
"docsPnmCmDsConstDispFileName": "ds_constellation_disp_606c63f48fb8_159_1771820413.bin"
133698+
"docsPnmCmDsConstDispFileName": "ds_constellation_disp_aabbccddeeff_159_1771820413.bin"
133699133699
}
133700133700
}
133701133701
]

0 commit comments

Comments
 (0)