Bird
0
0
PCB Designbi_tool~8 mins

Creating custom symbols in PCB Design - Dashboard Building Guide

Choose your learning style9 modes available
Dashboard Mode - Creating custom symbols
Goal

Understand how to create custom symbols for PCB design to improve schematic clarity and reuse.

Sample Data
Symbol NamePin CountPin NamesPackage TypeDescription
OpAmp_15IN+, IN-, VCC, VEE, OUTSOIC-8Operational Amplifier
Resistor_121, 20603Fixed Resistor
Capacitor_121, 20805Capacitor
LED_12Anode, CathodeLED-3mmLight Emitting Diode
Microcontroller_132VDD, VSS, GPIO1-GPIO30, RESETQFP-32Microcontroller Unit
Dashboard Components
  • KPI Card: Total Symbols Created - Formula: COUNT(Symbol Name) Result: 5
  • Table: Symbol Details - Shows all columns from sample data for reference.
  • Bar Chart: Pin Count per Symbol - X-axis: Symbol Name, Y-axis: Pin Count
  • Pie Chart: Distribution by Package Type - Shows percentage of symbols per package type
Dashboard Layout
+----------------------+-----------------------+
| Total Symbols Created | Pin Count per Symbol  |
|        (KPI)          |       (Bar Chart)      |
+----------------------+-----------------------+
|       Symbol Details Table                  |
|                                            |
+--------------------------------------------+
|        Distribution by Package Type (Pie)  |
+--------------------------------------------+
Interactivity

Filter by Package Type: Selecting a package type filters the Symbol Details Table and updates the Pin Count Bar Chart to show only symbols of that package. The KPI card updates to show the count of filtered symbols. The Pie Chart remains static as it shows overall distribution.

Self Check

If you add a filter for Package Type = '0603', which components update and what changes occur?

  • KPI Card updates to show 1 symbol.
  • Symbol Details Table shows only the Resistor_1 row.
  • Pin Count Bar Chart shows only Resistor_1 with pin count 2.
  • Pie Chart remains unchanged showing all package types.
Key Result
Dashboard shows custom PCB symbols with pin counts, package types, and symbol details for design clarity.