The standard schematic symbol for an antenna is a vertical line intersecting a horizontal base, resembling an inverted 'T' or a mast. However, as RF designs grow more complex, relying on a single generic symbol leads to costly fabrication errors, impedance mismatches, and failed EMC certifications. Below is the definitive reference for antenna symbols across major engineering standards.

The Complete Antenna Schematic Symbol Reference

When reading or drafting RF schematics, the exact geometry of the symbol dictates the physical layout, matching network requirements, and ground plane clearances. Use this table to identify the correct component representation.

Symbol Name Visual Identifier (IEEE 315 / IEC 60617) Typical Use Case Key Design Implication
Basic / Monopole Vertical line on a horizontal base (inverted T) Whip antennas, basic 433MHz/868MHz telemetry Requires a solid RF ground plane or counterpoise beneath the feed point.
Dipole Two collinear vertical lines separated by a small gap, fed at the center FM radio, 2.4GHz Wi-Fi dipole cables Requires a balanced feed or a balun; no direct ground plane connection at the feed.
Directional (Yagi/Parabolic) Basic mast with horizontal cross-lines (directors/reflectors) or a curved dish line Point-to-point microwave links, TV reception Implies high gain and strict physical alignment; usually fed via coaxial cable.
Loop Antenna Continuous circle or diamond shape mounted on a mast base AM receivers, RFID readers, NFC coils Tuned via parallel capacitor; highly sensitive to nearby metallic masses.
Phased Array Multiple basic mast symbols connected by a horizontal line with phase-shift indicators 5G mmWave base stations, automotive radar Requires complex RFIC routing, individual phase shifters, and strict trace length matching.
Grounded Antenna Basic mast with standard earth/ground symbol attached directly to the base Marine VHF, legacy AM broadcast towers The mast itself is DC-grounded; requires a DC block or specific matching coil.
Active / Amplified Basic mast enclosed in a dashed box, or with an explicit VCC bias line GPS patches with integrated LNA, active RFID Requires a DC bias tee or inductor to feed 3.3V/5V up the coaxial RF line.

Regional Standards & 'Rows People Get Wrong'

Schematic capture tools like Altium Designer, KiCad, and OrCAD ship with libraries based on different governing bodies. In the US and general commercial electronics, IEEE 315 is the dominant standard. In Europe and international IEC-compliant documentation, IEC 60617 applies. Military and aerospace legacy schematics may still reference MIL-STD-806B.

While the basic 'inverted T' is nearly universal, the nuances in complex antennas cause frequent misinterpretations on the bench.

The Rows People Get Wrong

  • Loop Antenna vs. RF Inductor: A magnetic loop antenna is drawn as a continuous geometric shape (circle or diamond) on a mast. An RF choke or inductor is drawn as a series of adjacent humps. Confusing the two in a schematic review can lead a layout engineer to route a high-current power trace through a fragile NFC coil.
  • Active vs. Passive GPS Antennas: Failing to add the DC bias line to an active antenna symbol is a classic mistake. If the schematic shows a generic passive symbol but the BOM calls for an active GPS patch (like the Taoglas AA.107), the LNA will starve for power, resulting in a thermal noise floor that bricks your receiver's sensitivity.
  • Differential Feeds: Modern 2.4GHz transceivers (like the Nordic nRF52840) often output differential RF. Using a single-ended monopole symbol instead of showing the two distinct feed points into a balun network obscures the impedance matching requirements (usually 100-ohm differential to 50-ohm single-ended).
Bench Warning: Never assume a generic antenna symbol implies a simple wire. At 2.4GHz or 5.8GHz, a 10mm piece of uncontrolled wire acts as an unpredictable radiator that will fail FCC/CE harmonic emissions testing. Always verify if the symbol represents a controlled-impedance PCB trace, a ceramic chip antenna, or a U.FL connector.

Interpreting Faded, Missing, or Non-Standard Markings

When reverse-engineering a competitor's PCB or repairing a damaged industrial IoT gateway, you will frequently encounter schematics where the antenna symbol is faded, omitted, or drawn as a non-standard 'squiggly line'. Safe interpretation requires tracing the RF front-end rather than relying on the drawing.

  1. Locate the RF Transceiver: Identify the main SoC or radio module (e.g., ESP32-WROOM-32, TI CC1310). Find the pin labeled RF_OUT, ANT, or LNA_IN.
  2. Trace the Matching Network: Follow the trace from the RF pin. You will almost always encounter a Pi-network or T-network of 0402 or 0201 capacitors and inductors. This is your impedance matching stage.
  3. Identify the Radiator: Past the matching network, the trace will either hit a U.FL/IPEX connector, a ceramic chip antenna (like an Abracon or Johanson Technology part with 2-3 pads), or expand into a meandering copper pour on the board edge.
  4. Verify with Equipment: If the physical antenna is missing or damaged, use a Vector Network Analyzer (VNA) to measure the S11 return loss at the matching network pads. A proper 50-ohm antenna will show a distinct resonance dip (e.g., -15dB or better at 2.44GHz).

Frequently Asked Questions

What is the schematic symbol for a GPS or active antenna?

An active GPS antenna is typically represented by the standard monopole or patch symbol enclosed in a dashed box, indicating an integrated Low Noise Amplifier (LNA). Crucially, the schematic must also show a DC bias path—usually an RF choke inductor (e.g., 27nH) connecting a 3.3V rail to the RF trace, allowing DC power to reach the LNA while blocking it from entering the receiver IC.

How do you represent a PCB trace or chip antenna on a schematic?

Ceramic chip antennas (like the Johanson 2450AT18x) are drawn as a standard rectangular component block with two or three pins (RF IN, GND, and sometimes a matching pad). A PCB trace antenna (meandered or inverted-F) is usually represented by the standard IEEE monopole symbol, but accompanied by a strict layout note or a dedicated mechanical layer drawing specifying the exact copper keep-out zones and trace dimensions required for resonance.

What does an arrow pointing toward or away from the antenna symbol mean?

In IEC 60617 and some military schematics, arrows are used to denote the direction of RF energy flow. An arrow pointing away from the antenna indicates a Transmit (TX) path, while an arrow pointing toward the antenna indicates a Receive (RX) path. In modern commercial schematics, this is largely abandoned in favor of explicit net labels like RF_TX and RF_RX, especially when dealing with T/R (Transmit/Receive) switches.

Is there a difference between the transmit (TX) and receive (RX) antenna symbols?

Electrically and symbolically, a basic passive antenna is reciprocal; the IEEE symbol is identical whether it is transmitting 30dBm from a LoRa gateway or receiving -110dBm at a sensor node. The distinction only appears in the surrounding circuitry: TX paths will feature power amplifier (PA) matching and harmonic filters, while RX paths will feature LNA biasing and SAW filters. The antenna symbol itself remains unchanged.