Bird
0
0
PCB Designbi_tool~8 mins

Power symbols and ground connections in PCB Design - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Power symbols and ground connections
Goal

Understand how power symbols and ground connections are used in PCB design to ensure proper electrical flow and safety.

Sample Data: Common Power and Ground Symbols
Symbol NameSymbol ImageDescriptionTypical VoltageConnection Type
VCCPositive power supply+5VPower
VDDPositive power supply for digital circuits+3.3VPower
GNDGround connection0VGround
AGNDAnalog ground, separate from digital ground0VGround
PGNDPower ground, used for power circuits0VGround
VSSNegative power supply or ground0V or -5VGround
Dashboard Components
  • KPI Card: Total Symbols Count - shows total number of power and ground symbols (6)
  • Pie Chart: Symbol Types Distribution - shows percentage of Power vs Ground symbols
  • Bar Chart: Typical Voltages by Symbol - compares typical voltages for each symbol
  • Table: Detailed Symbol Information - lists all symbols with description and connection type

Formulas/Expressions

  • Total Symbols Count = COUNTROWS(Symbols)
  • Power Symbols Count = COUNTROWS(FILTER(Symbols, Symbols[Connection Type] = "Power"))
  • Ground Symbols Count = COUNTROWS(FILTER(Symbols, Symbols[Connection Type] = "Ground"))
  • Symbol Types Distribution = Power Symbols Count / Total Symbols Count and Ground Symbols Count / Total Symbols Count
  • Typical Voltages by Symbol = Use Symbol Name on X-axis and Typical Voltage on Y-axis
Dashboard Layout
+----------------------+----------------------+
|      KPI Card        |    Pie Chart          |
|  Total Symbols: 6    |  Power vs Ground      |
+----------------------+----------------------+
|                  Bar Chart                   |
|         Typical Voltages by Symbol           |
+---------------------------------------------+
|               Detailed Symbol Table          |
+---------------------------------------------+
Interactivity

User can filter symbols by Connection Type (Power or Ground). When filtered:

  • KPI Card updates to show count of filtered symbols.
  • Pie Chart updates to show distribution within filtered set.
  • Bar Chart updates to show voltages of filtered symbols only.
  • Table shows only filtered symbols with details.
Self Check

If you add a filter for Connection Type = Power, which components update and what changes occur?

  • KPI Card shows total power symbols (3).
  • Pie Chart shows 100% Power symbols.
  • Bar Chart shows voltages for VCC, VDD, and VSS.
  • Table lists only power symbols with their details.
Key Result
Dashboard showing counts, distribution, and voltage details of power and ground symbols in PCB design.