Skip to content
View in the app

A better way to browse. Learn more.

Ham Radio Base -Powered By Ham CQ DX

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Solar
SFI 128
SN 113
A 18
K 2 Quiet
X-Ray C1.2
Wind 554.7 km/s
Aurora 3
Updated 22:30 UTC HamQSL · N0NBH
Day 80/40m Fair 30/20m Good 17/15m Good 12/10m Fair
Night 80/40m Good 30/20m Good 17/15m Good 12/10m Poor

Callsign Lookup
_
Vanity Call Signs Available
Enter filters above and click Search.
ⓘ Callsign lookups are in real time via the FCC database. Vanity callsign availability is refreshed daily at 6:00 AM CST. The vanity search may be unavailable for a few minutes during this update.
Live DX spots
Live DX Spots — 70cm via PSKReporter · scroll or pinch to zoom
Band
Mode
Time
Loading map data…
MHz DX Spotter Info
Recent spots
Select a band above to load spots
Ready — select a band to fetch live spots

Power Rails and Ground Symbols

Power and ground are present in every electronic circuit, but schematics rarely draw a wire all the way from every component back to the battery or power supply. Instead, they use a set of standardized symbols and labels that tell you how everything connects without filling the diagram with dozens of long lines. Understanding these symbols is essential for reading any real-world schematic.

What you will learn: The different ground symbols used on schematics, how positive supply voltages are labelled, what split supplies are, and how net labels replace physical wires to keep complex diagrams readable.

Why Symbols Instead of Wires

Consider a circuit with twenty ICs. Each one needs a +5 V supply and a ground connection. If every supply wire were drawn from a single point back to each IC, the schematic would be a tangled mess. Instead, a short line ending with a standardized symbol is placed next to every IC supply pin, and the reader understands that all identical symbols are connected together.

This convention makes schematics much cleaner without losing any information. The connection is implied by the shared symbol, not by a drawn wire.

The Three Ground Symbols

Three distinct ground symbols appear on schematics. They look similar but have different meanings:

Earth ground (safety ground)

Earth ground is drawn as a series of three horizontal lines, each slightly shorter than the one above, arranged like a downward-pointing triangle or fan. The connection labelled earth ground is physically connected to the earth — either through the safety ground wire or through a ground rod driven into the soil. In AC line voltage equipment this is the green wire (or green/yellow in some countries). Earth ground is the safety reference for line voltage-powered equipment.

Chassis ground

Chassis ground is drawn as a series of short downward lines resembling a comb, or sometimes as an inverted triangle with a horizontal line through its point. It represents a connection to the metal enclosure (chassis) of the equipment. The chassis acts as a common reference for the circuit and also provides shielding. In properly designed equipment, chassis ground and earth ground connect together at one point.

Signal ground (common)

Signal ground — sometimes labelled GND or common — is drawn as a downward-pointing solid triangle or a single horizontal bar. It is the zero-volt reference for the electronic circuit itself. In battery-powered equipment it is simply the negative terminal of the battery. In line voltage-powered equipment it may or may not be connected to earth or chassis ground, depending on the design.

Diagram showing the three ground symbols (earth, chassis, signal) and common supply rail labels such as VCC, VDD, V+, and +12V

Fig 1 — The three ground symbols (left) and common supply rail label styles (right). Both appear frequently on real schematics.

View Larger
Which ground should you connect to? When building from a schematic, all three ground types ultimately refer to the same point in most simple circuits. For audio and RF work, the distinction matters because connecting chassis ground and signal ground at multiple points creates ground loops that introduce hum. In those cases, connect chassis and signal ground at a single point only.

Positive Supply Rail Notation

Positive supply voltages are labelled at the end of a short wire stub rather than drawn all the way back to the supply. Common labels include:

LabelMeaningCommon use
VCCCollector supply voltage — the positive railBipolar transistor circuits
VDDDrain supply voltage — the positive railMOSFET and CMOS digital circuits
V+Positive rail (generic)Op-amp circuits, general use
+12V, +5V, +3.3VNamed voltage levelAny circuit — explicit value shown
AVDDAnalogue positive supplyMixed-signal ICs separating analogue and digital supplies
DVDDDigital positive supplyMixed-signal ICs

The label appears at the end of a short wire stub, often with a small arrow or bar pointing upward, indicating that positive voltage is applied there. All components with the same label share the same supply connection.

Split Supplies and Negative Rails

Op-amps and some audio amplifier circuits need both a positive and a negative supply rail — called a split supply or dual supply. In a ±15 V split supply, the positive rail is +15 V, the negative rail is −15 V and the signal ground sits at 0 V midway between them.

The negative rail is labelled V−, VSS, −12V or −15V in the same way as the positive rail. The ground symbol (0 V reference) is placed between the positive and negative rails. When tracing a schematic with a split supply, remember that an op-amp output can swing both above and below 0 V — which is why split supplies are used in audio amplifiers that need to amplify both positive and negative excursions of the signal.

Net Labels

A net is simply a group of wires and component pins that are all connected together — they form one electrical node. Net labels give a name to a net without drawing any wire.

A net label appears as a short text string (for example, RF_IN, IF_OUT, AUDIO) attached to a wire stub. Any two wire stubs with the same net label are electrically connected, even if they appear on opposite sides of the diagram or even on different schematic sheets in a multi-sheet design.

Net labels are used for:

  • Power rails (VCC, GND) — as described above
  • Connecting signals between sections of a large schematic without drawing wires across the entire diagram
  • Marking test points (for example, TP1, TP2) so that an oscilloscope probe can be connected to the labelled node
  • Interface signals between sub-circuits (SPI_CLK, TX_DATA, etc.)

Decoupling and Bypass Capacitors

Almost every IC on a schematic will have one or more small capacitors connected between its supply pin and ground. These are called decoupling or bypass capacitors. They are not part of the main signal path — their purpose is to keep the supply voltage stable at the IC pin by providing a local reservoir of charge that can supply the brief current spikes needed when the IC switches.

On a schematic, decoupling capacitors appear as a capacitor symbol with one end on the supply net label and the other end on the ground symbol. They are typically 100 nF (ceramic) in value and are placed physically close to the IC on the PCB. They are present on almost every schematic you will encounter in digital and RF electronics, so recognising them quickly avoids confusion with coupling or filter capacitors.

Power Flags and Supply Pins

Many ICs have supply and ground pins that are not shown explicitly on the schematic body — they are assumed to be connected to the supply labels. This is especially common for logic gates and op-amps. When reading a schematic, always check the datasheet to confirm which pins are supply and ground, because an IC without a supply connection will not work even if the schematic symbol looks correct.

Some schematic tools (KiCad, for example) require a special "power flag" symbol to tell the design-rule checker that a net is a supply — without it, the tool incorrectly reports the supply as undriven. If you see a small flag-shaped symbol attached to a power net label, it is a tool-specific annotation and carries no physical meaning.

Frequently Asked Questions

What is the difference between VCC and VDD?

Both labels mean the positive supply rail, but they come from different transistor technologies. VCC (Voltage at Collector) is used in bipolar transistor circuits. VDD (Voltage at Drain) is used in MOSFET and CMOS digital circuits. On a modern schematic either label simply means the positive supply. The circuit will behave the same regardless of which label the designer chose.

If two ground symbols appear on the same schematic but look slightly different, are they connected?

Not necessarily — that is the whole point of having multiple ground symbols. Earth ground, chassis ground and signal ground have different symbols precisely so the reader can tell which type of ground is intended at each point. Check whether the designer has explicitly connected them together somewhere in the circuit before assuming they are the same node.

What is a split supply and why is it used?

A split supply provides both a positive and a negative voltage rail with the signal ground at 0 V between them — for example ±15 V. Op-amps need a split supply so their output can swing both positive and negative relative to ground, which is required to amplify AC signals (such as audio) that alternate above and below 0 V.

Why do decoupling capacitors appear on almost every IC on a schematic?

ICs draw brief spikes of current when their internal logic switches. Without a local decoupling capacitor, those spikes cause the supply voltage at the IC pin to dip momentarily, which can cause errors or noise. The capacitor acts as a local charge reservoir, supplying the current spike without disturbing the supply rail for other components.

Test Your Knowledge

Answer the questions below to check your understanding of this lesson. Every answer can be found in the lesson above.

Loading questions...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.