AI

### Electronic Components Overview: CAP-R
In the context of electronic components, **CAP-R** typically refers to a **Radial Capacitor**. The "R" stands for "Radial," which describes the physical configuration of the component's leads (the metal wires).
---
### 1. Physical Characteristics
Unlike axial capacitors where leads come out of opposite ends, radial capacitors have both leads protruding from the **same side** (usually the bottom).
| Feature | Description |
| :--- | :--- |
| **Lead Orientation** | Both pins are parallel and exit from one end. |
| **Mounting Style** | Primarily Through-Hole Technology (THT). |
| **Form Factor** | Usually cylindrical or "dipped" (epoxy coated). |
| **Space Efficiency** | Takes up less horizontal PCB area compared to axial types. |
---
### 2. Common Types of Radial Capacitors
Radial configurations are most common in the following sub-types:
1. **Aluminum Electrolytic:** Polarized, used for power filtering and decoupling. They are the tall "cans" seen on motherboards.
2. **Ceramic Disc:** Non-polarized, small, and used for high-frequency filtering.
3. **Film Capacitors:** Often rectangular or box-shaped, used in audio circuits and power supplies for stability.
4. **Tantalum:** High-density capacitors often used where space is a premium, though these are increasingly replaced by SMD (Surface Mount) types.
---
### 3. Technical Parameters
When selecting a CAP-R component, the following specifications are critical:
* **Capacitance (F):** Measured in Microfarads (µF), Nanofarads (nF), or Picofarads (pF).
* **Voltage Rating (V):** The maximum voltage the capacitor can handle before breakdown.
* **Lead Spacing (Pitch):** The distance between the two leads (e.g., 2.54mm, 5mm). This is vital for PCB layout design.
* **Polarity:** Radial electrolytic capacitors have a negative strip marked on the casing and a shorter lead to indicate the negative terminal.
---
### 4. Schematic Representation
In EDA software (like KiCad, Altium, or Eagle), a CAP-R footprint is represented by its diameter and lead spacing.
```text
PCB Footprint View:
___
/ \
| ( ) | <-- Lead 1 (+)
| ( ) | <-- Lead 2 (-)
\___/
```
---
### 5. Summary Table: Radial vs. Axial
| Property | Radial (CAP-R) | Axial |
| :--- | :--- | :--- |
| **Board Height** | High | Low Profile |
| **Board Area** | Small Footprint | Large Footprint |
| **Installation** | Stands upright | Lays flat |
| **Application** | Modern PCBs, tight spaces | Vintage repairs, point-to-point wiring |
- ⤷
What is the difference between a polarized and non-polarized radial capacitor?
- ⤷ How do I measure the 'pitch' of a CAP-R component for a PCB design?
- ⤷ What happens if you install a radial electrolytic capacitor backwards?