Bird
0
0
PCB Designbi_tool~8 mins

Symbol vs footprint concept in PCB Design - Dashboard Approaches Compared

Choose your learning style9 modes available
Dashboard Mode - Symbol vs footprint concept
Business Question

How can we clearly understand the difference and relationship between a PCB symbol and its footprint to improve PCB design accuracy?

Sample Data: Components and Their Symbols and Footprints
ComponentSymbol DescriptionFootprint DescriptionPin CountPackage Type
Resistor R1Two terminals, resistor symbolRectangular pad layout, 2 pads, 0603 size20603 SMD
Capacitor C1Two terminals, capacitor symbolRectangular pad layout, 2 pads, 0805 size20805 SMD
Microcontroller U1Multiple pins, IC symbol with pin numbersQFP package, 44 pads arranged in 4 sides44QFP-44
LED D1Diode symbol with arrowTwo pads, 1206 size21206 SMD
Connector J1Multiple pins, connector symbolThrough-hole pads, 10 pins in single row10Header 10-pin
Dashboard Components
  • KPI Card: Total Components - COUNTROWS(Components) = 5
  • KPI Card: Average Pin Count - AVERAGE(Components[Pin Count]) = 12
  • Bar Chart: Pin Count by Component
    Shows each component's pin count visually.
  • Table: Components with Symbol and Footprint Descriptions
    Displays component name, symbol description, footprint description side by side.
  • Pie Chart: Package Type Distribution
    Shows percentage of components by package type (SMD vs Through-hole).
Dashboard Layout
+----------------------+----------------------+
| Total Components (KPI) | Average Pin Count (KPI) |
+----------------------+----------------------+
|                      Bar Chart: Pin Count by Component                      |
+--------------------------------------------------------------------------+
| Table: Components with Symbol and Footprint Descriptions                  |
+--------------------------------------------------------------------------+
| Pie Chart: Package Type Distribution                                      |
+--------------------------------------------------------------------------+
Interactivity

Filter by Package Type (SMD or Through-hole) updates all components:

  • KPI cards recalculate totals and averages for filtered components.
  • Bar chart updates to show pin counts only for filtered components.
  • Table shows only components matching the selected package type.
  • Pie chart updates to reflect distribution within the filtered set.
Self Check

If you add a filter for Package Type = 'SMD', which components remain visible?

Answer: Resistor R1, Capacitor C1, Microcontroller U1, LED D1 remain visible. Connector J1 is filtered out.

Key Result
Dashboard explains the difference between PCB symbols and footprints by showing component details, pin counts, and package types.