Dashboard Mode - Board outline and dimensions
Goal
Understand the size and shape of a PCB by analyzing its board outline and dimensions to ensure it fits the product design requirements.
Understand the size and shape of a PCB by analyzing its board outline and dimensions to ensure it fits the product design requirements.
| Point | X (mm) | Y (mm) |
|---|---|---|
| 1 | 0 | 0 |
| 2 | 100 | 0 |
| 3 | 100 | 50 |
| 4 | 0 | 50 |
| Width | 100 mm | |
| Height | 50 mm | |
Width = MAX(X) - MIN(X) = 100 - 0 = 100 mmHeight = MAX(Y) - MIN(Y) = 50 - 0 = 50 mm+---------------------------+ | Board Width | Board Height | | 100 mm | 50 mm | +---------------------------+ | | | Board Outline Chart | | | +---------------------------+ | Coordinates Table | +---------------------------+
Currently, no filters or slicers are needed because the board outline and dimensions are fixed for this design. In a more complex dashboard, you could add a filter to select different board versions or revisions, which would update the outline chart and dimension KPIs accordingly.
If you add a filter to select a different board version, which components update?